diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2010-06-22 13:31:38 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-06-22 16:04:53 -0400 |
commit | 9c3f7a220b4812c5d560db5fcacad790fc8b17af (patch) | |
tree | 10885a1769dc06fd78ae37ad7444d4a67ec5cd3c /support/include/misc.h | |
parent | 21015ace7d0a356b24a57540ccfeb41d941e78ed (diff) | |
download | nfs-utils-9c3f7a220b4812c5d560db5fcacad790fc8b17af.tar.gz nfs-utils-9c3f7a220b4812c5d560db5fcacad790fc8b17af.tar.xz nfs-utils-9c3f7a220b4812c5d560db5fcacad790fc8b17af.zip |
libexport.a: Remove unused hostent-based DNS helper functions
Clean up: Get rid of hostent-based DNS helper functions in
libexport.a that have been replaced by addrinfo-based DNS helpers.
None of the original code remains, so replace the copyright notice as
well.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include/misc.h')
-rw-r--r-- | support/include/misc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/include/misc.h b/support/include/misc.h index e817bc5..bc5ba23 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -15,11 +15,6 @@ int randomkey(unsigned char *keyout, int len); int weakrandomkey(unsigned char *keyout, int len); -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); - extern int is_mountpoint(char *path); #endif /* MISC_H */ |