X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=0c70290349289cf3c9afe8b1a0645395b9e1712c;hb=16be8c20d6fe1a997d90ecb229aee6a5f092b73d;hp=4021e6094eb68a81013320da43b0f8ae44c8dcb5;hpb=cec295bf37b784ed6ae5674ce34b9c75d89ea0a1;p=nfs-utils.git diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 4021e60..0c70290 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -54,6 +54,9 @@ 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 *);