X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=dfd51f2dcac4d906f48ffcfa88997511d3e7ab08;hp=deb837c87c5b4bf9c7b7d23c5f7f6417c22bb4b7;hb=2d33968c66860ad772aac918992986fe4865b3a4;hpb=37e49789ab1cd849def25ba4c4d97ccdb11d1e61 diff --git a/support/include/exportfs.h b/support/include/exportfs.h index deb837c..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 *); @@ -77,4 +79,7 @@ int rmtab_read(void); struct nfskey * key_lookup(char *hname); +/* Record export error. */ +extern int export_errno; + #endif /* EXPORTFS_H */