From: michael Date: Fri, 26 Dec 2014 16:56:26 +0000 (+0000) Subject: - inet.h: removed opm_gethostbyname prototype X-Git-Tag: 1.1.0beta1~272 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=b60361d38b88e0415d47d52eecc6d08e60cc7298;p=hopm.git - inet.h: removed opm_gethostbyname prototype git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5152 82007160-df01-0410-b94d-b575c5fd34c7 --- 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 */