summaryrefslogtreecommitdiffstats
path: root/support/include/exportfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r--support/include/exportfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h
index a491b1a..c1ba543 100644
--- a/support/include/exportfs.h
+++ b/support/include/exportfs.h
@@ -64,7 +64,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);
+char * client_compose(struct hostent *he);
+struct hostent * client_resolve(struct in_addr addr);
int client_member(char *client, char *name);
int export_read(char *fname);