diff options
author | neilbrown <neilbrown> | 2003-03-26 03:05:39 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2003-03-26 03:05:39 +0000 |
commit | 16be8c20d6fe1a997d90ecb229aee6a5f092b73d (patch) | |
tree | 72625879992ba430479dd80550918facef1dfb1c /support/include/misc.h | |
parent | cec295bf37b784ed6ae5674ce34b9c75d89ea0a1 (diff) | |
download | nfs-utils-neilb-devel.tar.gz |
Work towards support new cache in 2.5nfs-utils-1-1-0-pre11neilb-devel
Diffstat (limited to 'support/include/misc.h')
-rw-r--r-- | support/include/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |