aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-29 22:51:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-29 22:51:13 +0000
commita0ce95e155de68bd5a088a7a539f45aa7134b00b (patch)
tree4e8c3919e90ce83dbc502b6eeb82668693a46297 /lib/hostip.h
parentabc751ae1300c7131eb2878a13cec0e24ea2840d (diff)
David LeBlanc's fixes!
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index 8753e3975..480a85ede 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -40,7 +40,7 @@
* ------------------------------------------------------------
****************************************************************************/
-struct hostent *GetHost(struct UrlData *data, char *hostname);
-char *MakeIP(unsigned long num);
+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);
#endif