diff options
Diffstat (limited to 'lib/connect.h')
| -rw-r--r-- | lib/connect.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/connect.h b/lib/connect.h index bccb84387..bf46ed348 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -32,9 +32,8 @@ CURLcode Curl_is_connected(struct connectdata *conn,  CURLcode Curl_connecthost(struct connectdata *conn,                            struct Curl_dns_entry *host, /* connect to this */ -                          int port,       /* connect to this port number */                            curl_socket_t *sockconn, /* not set if error */ -                          Curl_ipconnect **addr, /* the one we used */ +                          Curl_addrinfo **addr, /* the one we used */                            bool *connected /* truly connected? */                            );  | 
