summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-18 14:56:13 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-18 15:10:02 +0200
commitade380a7aa1241fd7a2e16ee0c44fe268b42ff9a (patch)
tree73a8748c80d51ffc04d349db7225ee04b209c9d2 /include
parent8fab76e8f3874936c4c9e3a2cc1dbdc10549b6f7 (diff)
downloadcurl-ade380a7aa1241fd7a2e16ee0c44fe268b42ff9a.tar.gz
curl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETEx
This is consistent with the existing obsolete error code naming convention.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 37db9187e..4e981fcc8 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -586,8 +586,8 @@ typedef enum {
/* Since long deprecated options with no code in the lib that does anything
with them. */
-#define CURLOPT_WRITEINFO CURLOPT_DEPRECATED40
-#define CURLOPT_CLOSEPOLICY CURLOPT_DEPRECATED72
+#define CURLOPT_WRITEINFO CURLOPT_OBSOLETE40
+#define CURLOPT_CLOSEPOLICY CURLOPT_OBSOLETE72
#endif /*!CURL_NO_OLDIES*/
@@ -971,7 +971,7 @@ typedef enum {
/* send linked-list of post-transfer QUOTE commands */
CINIT(POSTQUOTE, OBJECTPOINT, 39),
- CINIT(DEPRECATED40, OBJECTPOINT, 40), /* DEPRECATED, do not use! */
+ CINIT(OBSOLETE40, OBJECTPOINT, 40), /* OBSOLETE, do not use! */
CINIT(VERBOSE, LONG, 41), /* talk a lot */
CINIT(HEADER, LONG, 42), /* throw the header out too */
@@ -1050,7 +1050,7 @@ typedef enum {
/* Max amount of cached alive connections */
CINIT(MAXCONNECTS, LONG, 71),
- CINIT(DEPRECATED72, LONG, 72), /* DEPRECATED, do not use! */
+ CINIT(OBSOLETE72, LONG, 72), /* OBSOLETE, do not use! */
/* 73 = OBSOLETE */