]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/misc.h
Define and use get_reliable_hostbyname
[nfs-utils.git] / support / include / misc.h
index a3cdcfdf4740bef88d61964c140685f6966bdd31..7d099d06ae8b1b1a5b8bc4d334c3afcbfd7be218 100644 (file)
@@ -20,5 +20,6 @@ int   matchhostname(const char *h1, const char *h2);
 struct hostent;
 struct hostent *hostent_dup(struct hostent *hp);
 struct hostent *get_hostent (const char *addr, int len, int type);
+struct hostent *get_reliable_hostbyaddr(const char *addr, int len, int type);
 
 #endif /* MISC_H */