X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;fp=support%2Finclude%2Fexportfs.h;h=05891c55a3f82670dc5f2079c29a6ecbc5960957;hp=9a19cbb68b7c13afeacfdd64b642d4506d8a5ccb;hb=6ff1fd42db18c657fbc5f81169a566b41d53e731;hpb=9bb85c5e8d2285f82367c75df5530a71a9a5a5f2 diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 9a19cbb..05891c5 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -69,7 +69,6 @@ extern exp_hash_table exportlist[MCL_MAXTYPES]; extern nfs_client * clientlist[MCL_MAXTYPES]; nfs_client * client_lookup(char *hname, int canonical); -void client_add(nfs_client *); nfs_client * client_dup(nfs_client *, struct hostent *); int client_gettype(char *hname); int client_check(nfs_client *, struct hostent *);