From b07e2a08f9a98f7261d82f3ad5931ac5bcfb05a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 Oct 2001 08:44:11 +0000 Subject: nonblock => Curl_nonblock, remade the check for a live SSL connection (again) --- lib/connect.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/connect.h') 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 */ -- cgit v1.2.3