mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:06:13 +03:00
curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output
This commit is contained in:
parent
82232bbbaf
commit
edeb1ae65f
3 changed files with 12 additions and 3 deletions
|
|
@ -52,6 +52,7 @@ extern const NameValue setopt_nv_CURL_SSLVERSION[];
|
|||
extern const NameValue setopt_nv_CURL_TIMECOND[];
|
||||
extern const NameValue setopt_nv_CURLFTPSSL_CCC[];
|
||||
extern const NameValue setopt_nv_CURLUSESSL[];
|
||||
extern const NameValue setopt_nv_CURL_NETRC[];
|
||||
extern const NameValue setopt_nv_CURLPROTO[];
|
||||
extern const NameValueUnsigned setopt_nv_CURLAUTH[];
|
||||
|
||||
|
|
@ -62,6 +63,7 @@ extern const NameValueUnsigned setopt_nv_CURLAUTH[];
|
|||
#define setopt_nv_CURLOPT_TIMECONDITION setopt_nv_CURL_TIMECOND
|
||||
#define setopt_nv_CURLOPT_FTP_SSL_CCC setopt_nv_CURLFTPSSL_CCC
|
||||
#define setopt_nv_CURLOPT_USE_SSL setopt_nv_CURLUSESSL
|
||||
#define setopt_nv_CURLOPT_NETRC setopt_nv_CURL_NETRC
|
||||
#define setopt_nv_CURLOPT_PROTOCOLS setopt_nv_CURLPROTO
|
||||
#define setopt_nv_CURLOPT_REDIR_PROTOCOLS setopt_nv_CURLPROTO
|
||||
#define setopt_nv_CURLOPT_PROXYTYPE setopt_nv_CURLPROXY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue