diff options
Diffstat (limited to 'support/include')
-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 */ |