mirror of
https://github.com/curl/curl.git
synced 2026-08-02 09:10:29 +03:00
typecheck: CURLOPT_CONNECT_TO takes an slist too
Additionally, add an alias in curl.h for slist-using options so that we can grep/parse those out at will. Closes #4042
This commit is contained in:
parent
2aff76c571
commit
ae99b4de1c
3 changed files with 16 additions and 12 deletions
|
|
@ -345,6 +345,7 @@ CURLOPTTYPE_LONG 7.1
|
|||
CURLOPTTYPE_OBJECTPOINT 7.1
|
||||
CURLOPTTYPE_OFF_T 7.11.0
|
||||
CURLOPTTYPE_STRINGPOINT 7.46.0
|
||||
CURLOPTTYPE_SLISTPOINT 7.65.2
|
||||
CURLOPT_ABSTRACT_UNIX_SOCKET 7.53.0
|
||||
CURLOPT_ACCEPTTIMEOUT_MS 7.24.0
|
||||
CURLOPT_ACCEPT_ENCODING 7.21.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue