diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 08:44:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-31 08:44:11 +0000 |
commit | b07e2a08f9a98f7261d82f3ad5931ac5bcfb05a4 (patch) | |
tree | 8dcd7031f8a09389258633ab7da5d2e7e4702598 /lib/connect.h | |
parent | 64543e09ecea6dc2b1d269cf4b83b5d86729bb01 (diff) | |
download | curl-b07e2a08f9a98f7261d82f3ad5931ac5bcfb05a4.tar.gz |
nonblock => Curl_nonblock, remade the check for a live SSL connection (again)
Diffstat (limited to 'lib/connect.h')
-rw-r--r-- | lib/connect.h | 3 |
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 */ |