From 9c3f7a220b4812c5d560db5fcacad790fc8b17af Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 22 Jun 2010 13:31:38 -0400 Subject: 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 Signed-off-by: Steve Dickson --- support/include/misc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'support/include/misc.h') 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 */ -- cgit