From ac0ac654c5f19e3055d5a1faa025e600822583db Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 26 Dec 2014 16:56:37 +0000 Subject: [PATCH] - inet.h: removed opm_gethostbyname prototype git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5153 82007160-df01-0410-b94d-b575c5fd34c7 --- src/libopm/src/inet.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libopm/src/inet.h b/src/libopm/src/inet.h index 9f2324e..89a9b60 100644 --- a/src/libopm/src/inet.h +++ b/src/libopm/src/inet.h @@ -34,7 +34,4 @@ struct _opm_inaddr { extern int inet_pton(int, const char *, void *); #endif extern const char *inetntop(int, const void *, char *, unsigned int); -extern struct hostent *opm_gethostbyname(const char *); - - #endif /* INET_H */ -- 2.30.2