aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index ccdb4cb0b..9fae68323 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -40,7 +40,6 @@
* ------------------------------------------------------------
****************************************************************************/
-extern struct hostent *GetHost(struct UrlData *data, char *hostname, char *buf, int buf_size );
-extern char *MakeIP(unsigned long num,char *addr, int addr_len);
+struct hostent *GetHost(struct UrlData *data, char *hostname, char **bufp );
#endif