aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/connect.h b/lib/connect.h
index a0e3f068d..1b7319d1e 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -24,9 +24,9 @@
*****************************************************************************/
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 */
+ int *socket, /* not set if error is returned */
+ Curl_ipconnect **addr /* the one we used */
+ ); /* index we used */
#endif