X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=c1ba54357fa677f9d9eb48cb5e2517ff8d63a0c3;hb=162cbdd19830abaf6a3fd64a22839023ce99185d;hp=a491b1a5a609d693d94def785a4241b1a6f877db;hpb=1cecd88106230fc9a8c3527bcdf4195150e9ad64;p=nfs-utils.git 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);