From 77c32fa565d6af59cbeb8601e08efa9af6ef3d81 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Wed, 21 May 2003 05:49:00 +0000 Subject: Define and use get_reliable_hostbyname --- support/include/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'support/include/misc.h') diff --git a/support/include/misc.h b/support/include/misc.h index a3cdcfd..7d099d0 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -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 */ -- cgit