From: michael Date: Fri, 26 Dec 2014 16:56:37 +0000 (+0000) Subject: - inet.h: removed opm_gethostbyname prototype X-Git-Tag: 1.0.0beta2~44 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=ac0ac654c5f19e3055d5a1faa025e600822583db;p=hopm.git - 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 --- 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 */