From 255b1e68d07355e08210ef57c511bbd9d7d9739e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Nov 2002 21:58:46 +0000 Subject: as requested, CURLE_OPERATION_TIMEDOUT is now the same as CURLE_OPERATION_TIMEOUTED --- include/curl/curl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index eef89cc4c..5c042ae5b 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -205,6 +205,9 @@ typedef enum { CURL_LAST /* never use! */ } CURLcode; +/* Make a spelling correction for the operation timed-out define */ +#define CURLE_OPERATION_TIMEDOUT CURLE_OPERATION_TIMEOUTED + typedef enum { CURLPROXY_HTTP = 0, CURLPROXY_SOCKS4 = 4, @@ -800,7 +803,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.10.2-test" +#define LIBCURL_VERSION "7.10.2-pre4" #define LIBCURL_VERSION_NUM 0x070a02 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ -- cgit v1.2.3