aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-05 23:04:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-05 23:04:44 +0000
commitf6e2bfd464a7ffd7ec24194da2a9a1e285387560 (patch)
tree25f0bcff222cb2da182f070076e45b972380e62e /lib/hostip.h
parent1ae5dab8fbf1df0d11a7d3aa93e0100c629178bc (diff)
Jun-ichiro itojun Hagino's IPv6 adjustments
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index 78453487b..d7c9b26f1 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -23,6 +23,11 @@
* $Id$
*****************************************************************************/
+struct addrinfo;
+struct addrinfo *Curl_getaddrinfo(struct UrlData *data,
+ char *hostname,
+ int port);
+
struct hostent *Curl_gethost(struct UrlData *data,
char *hostname,
char **bufp);