aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-21 08:47:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-21 08:47:48 +0000
commitaa8a2fbde304b985ef3647249b0dd1c51c40fa45 (patch)
tree7b6a5b7cc3293423f4624c2a6858715a6f5d6776 /lib/hostip.h
parent3471e2c59d62b182765a25084d2a916080446500 (diff)
GetHost() changed function arguments
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