aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-31 08:44:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-31 08:44:11 +0000
commitb07e2a08f9a98f7261d82f3ad5931ac5bcfb05a4 (patch)
tree8dcd7031f8a09389258633ab7da5d2e7e4702598 /lib/connect.h
parent64543e09ecea6dc2b1d269cf4b83b5d86729bb01 (diff)
nonblock => Curl_nonblock, remade the check for a live SSL connection (again)
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/connect.h b/lib/connect.h
index 8c5fac508..8d36365e5 100644
--- a/lib/connect.h
+++ b/lib/connect.h
@@ -23,6 +23,9 @@
* $Id$
*****************************************************************************/
+int Curl_nonblock(int socket, /* operate on this */
+ int nonblock /* TRUE or FALSE */);
+
CURLcode Curl_connecthost(struct connectdata *conn,
Curl_addrinfo *host, /* connect to this */
long port, /* connect to this port number */