X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=dfd51f2dcac4d906f48ffcfa88997511d3e7ab08;hp=4021e6094eb68a81013320da43b0f8ae44c8dcb5;hb=1275be70ca6cd6c4bec07a3381f7b510086c5526;hpb=827f2a0c8c7606ad0245bfa4b9c81075f0de18c7 diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 4021e60..dfd51f2 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -54,6 +54,8 @@ int client_check(nfs_client *, struct hostent *); int client_match(nfs_client *, char *hname); void client_release(nfs_client *); void client_freeall(void); +char * client_compose(struct in_addr addr); +int client_member(char *client, char *name); int export_read(char *fname); void export_add(nfs_export *);