]> granicus.if.org Git - curl/commitdiff
as requested, CURLE_OPERATION_TIMEDOUT is now the same as
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Nov 2002 21:58:46 +0000 (21:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Nov 2002 21:58:46 +0000 (21:58 +0000)
CURLE_OPERATION_TIMEOUTED

include/curl/curl.h

index eef89cc4ca76a8e0996ffb481cf8b0be7196e500..5c042ae5b765ee3fec2a56a674864bb600ead907 100644 (file)
@@ -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) */