aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
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