diff options
Diffstat (limited to 'support/include/misc.h')
-rw-r--r-- | support/include/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/include/misc.h b/support/include/misc.h index 9a1b25d..e817bc5 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -15,8 +15,6 @@ int randomkey(unsigned char *keyout, int len); int weakrandomkey(unsigned char *keyout, int len); -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); |