summaryrefslogtreecommitdiff
path: root/support/include/exportfs.h
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-03-26 03:05:39 +0000
committerneilbrown <neilbrown>2003-03-26 03:05:39 +0000
commit16be8c20d6fe1a997d90ecb229aee6a5f092b73d (patch)
tree72625879992ba430479dd80550918facef1dfb1c /support/include/exportfs.h
parentcec295bf37b784ed6ae5674ce34b9c75d89ea0a1 (diff)
downloadnfs-utils-neilb-devel.tar.gz
Work towards support new cache in 2.5nfs-utils-1-1-0-pre11neilb-devel
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r--support/include/exportfs.h3
1 files changed, 3 insertions, 0 deletions
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 *);