Commit 808621ab authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

corrected the Curl_is_connected() proto

parent 6ed5feda
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ int Curl_nonblock(curl_socket_t sockfd, /* operate on this */
                  int nonblock   /* TRUE or FALSE */);

CURLcode Curl_is_connected(struct connectdata *conn,
                           curl_socket_t sockfd,
                           int sockindex,
                           bool *connected);

CURLcode Curl_connecthost(struct connectdata *conn,