mirror of
https://github.com/curl/curl.git
synced 2026-04-29 20:22:11 +03:00
curl.h: make CURLOPT_WRITEINFO and CURLOPT_CLOSEPOLICY compile
The symbols have not been in use for 17+ years and they did not do
anything for several years before that, but apparently there are still
code using them.
Follow-up to 3b057d4b7a
Fixes #14747
Reported-by: Kai Pastor
Closes #14748
This commit is contained in:
parent
3362994948
commit
8bb71d5fd3
2 changed files with 3 additions and 1 deletions
|
|
@ -721,6 +721,8 @@ typedef enum {
|
|||
with them. */
|
||||
#define CURLOPT_WRITEINFO CURLOPT_OBSOLETE40
|
||||
#define CURLOPT_CLOSEPOLICY CURLOPT_OBSOLETE72
|
||||
#define CURLOPT_OBSOLETE72 9999
|
||||
#define CURLOPT_OBSOLETE40 9999
|
||||
|
||||
#endif /* !CURL_NO_OLDIES */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue