- inet.h: removed opm_gethostbyname prototype
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 16:56:26 +0000 (16:56 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 16:56:26 +0000 (16:56 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5152 82007160-df01-0410-b94d-b575c5fd34c7

src/libopm/src/inet.h

index 9f2324e504733cfeb18341ff59def4ed7e33143d..89a9b609657fb5aa84dac0624a154ba1900a9f68 100644 (file)
@@ -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 */