diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-31 13:52:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-31 13:52:59 +0000 |
commit | efb957039d93697b445638ea185f9281b19b3c88 (patch) | |
tree | aaf277795f6a571dddc7376a4259113c6417a11a /include | |
parent | fe82ddda46774d092dcc0ca6460f17f2dea14dd2 (diff) |
MUTE is now considered obsolete
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 1df686299..67cb29303 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -351,7 +351,8 @@ typedef enum { CINIT(TRANSFERTEXT, LONG, 53), /* transfer data in text/ASCII format */ CINIT(PUT, LONG, 54), /* PUT the input file */ - CINIT(MUTE, LONG, 55), /* force NOPROGRESS */ + + CINIT(MUTE, LONG, 55), /* OBSOLETE OPTION, removed in 7.8 */ /* Function that will be called instead of the internal progress display * function. This function should be defined as the curl_progress_callback @@ -503,7 +504,7 @@ void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.8-pre2" +#define LIBCURL_VERSION "7.8-pre3" #define LIBCURL_VERSION_NUM 0x070800 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |