summaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 22:32:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 22:32:37 +0000
commit6918427faefa32212423cd8eb3db789d84264929 (patch)
tree68ff3404d21acc5e8f971681fd3a8e15392c949a /lib/connect.h
parent9d342bbf078fc137622dc0892c6bc375bfe034d7 (diff)
downloadcurl-6918427faefa32212423cd8eb3db789d84264929.tar.gz
conn->hp is now conn->hostaddr
changed the Curl_connethost() proto again
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connect.h b/lib/connect.h
index 40df23cc3..a0e3f068d 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -25,6 +25,8 @@
CURLcode Curl_connecthost(struct connectdata *conn,
long timeout, /* milliseconds */
+ Curl_addrinfo *host, /* connect to this */
+ long port, /* connect to this port number */
int sockfd, /* input socket, or -1 if none */
int *socket); /* not set if error is returned */
#endif