PROGRESSMODE is history
This commit is contained in:
parent
789b43fc92
commit
b88136fc4c
@ -321,10 +321,11 @@ typedef enum {
|
|||||||
/* HTTP request, for odd commands like DELETE, TRACE and others */
|
/* HTTP request, for odd commands like DELETE, TRACE and others */
|
||||||
T(STDERR, OBJECTPOINT, 37),
|
T(STDERR, OBJECTPOINT, 37),
|
||||||
|
|
||||||
/* Progress mode sets alternative progress mode displays, the only
|
#if 0
|
||||||
one defined today is 1 which makes the #-style progress bar. */
|
/* Progress mode set alternative progress mode displays. Alternative
|
||||||
|
ones should now be made by the client, not the lib! */
|
||||||
T(PROGRESSMODE, LONG, 38),
|
T(PROGRESSMODE, LONG, 38),
|
||||||
|
#endif
|
||||||
/* send linked-list of post-transfer QUOTE commands */
|
/* send linked-list of post-transfer QUOTE commands */
|
||||||
T(POSTQUOTE, OBJECTPOINT, 39),
|
T(POSTQUOTE, OBJECTPOINT, 39),
|
||||||
|
|
||||||
@ -404,8 +405,8 @@ char *curl_getenv(char *variable);
|
|||||||
char *curl_version(void);
|
char *curl_version(void);
|
||||||
|
|
||||||
/* This is the version number */
|
/* This is the version number */
|
||||||
#define LIBCURL_VERSION "7.0.4beta"
|
#define LIBCURL_VERSION "7.0.6beta"
|
||||||
#define LIBCURL_VERSION_NUM 0x070004
|
#define LIBCURL_VERSION_NUM 0x070006
|
||||||
|
|
||||||
/* linked-list structure for the CURLOPT_QUOTE option */
|
/* linked-list structure for the CURLOPT_QUOTE option */
|
||||||
struct curl_slist {
|
struct curl_slist {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user