From 51ca5fcbe0745cc4e245ffb69b339d1987be3b88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Oct 2001 09:40:06 +0000 Subject: major connecting updates --- lib/connect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/connect.h') 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 -- cgit v1.2.3