aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-16 13:19:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-16 13:19:30 +0000
commitb88136fc4ccff02338f701867ff1cc07a3961f56 (patch)
tree4bfc071040da5337a0abcbd051524c2f4793aaa8 /include
parent789b43fc9227380f366df1fa82f1468c46c6668a (diff)
PROGRESSMODE is history
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 94716f8d3..8ed1e88e9 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -321,10 +321,11 @@ typedef enum {
/* HTTP request, for odd commands like DELETE, TRACE and others */
T(STDERR, OBJECTPOINT, 37),
- /* Progress mode sets alternative progress mode displays, the only
- one defined today is 1 which makes the #-style progress bar. */
+#if 0
+ /* Progress mode set alternative progress mode displays. Alternative
+ ones should now be made by the client, not the lib! */
T(PROGRESSMODE, LONG, 38),
-
+#endif
/* send linked-list of post-transfer QUOTE commands */
T(POSTQUOTE, OBJECTPOINT, 39),
@@ -404,8 +405,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.0.4beta"
-#define LIBCURL_VERSION_NUM 0x070004
+#define LIBCURL_VERSION "7.0.6beta"
+#define LIBCURL_VERSION_NUM 0x070006
/* linked-list structure for the CURLOPT_QUOTE option */
struct curl_slist {