]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/misc.h
libexport.a: Remove unused hostent-based DNS helper functions
[nfs-utils.git] / support / include / misc.h
index e817bc54f988b9b1aeec0cc7c10f3e9b503551dc..bc5ba235e15dd0fa1931b1f2e9542ca681db113b 100644 (file)
 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 */