mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
easyoptions: add the two new PRE* options
Follow-up toa517378de5Also fix optiontable.pl to do the correct remainder on the entry. Reported-by: Gisle Vanem Bug:a517378de5 (commitcomment-57224830)Closes #7791
This commit is contained in:
parent
180180a44d
commit
f53b89314d
2 changed files with 3 additions and 1 deletions
|
|
@ -192,6 +192,8 @@ struct curl_easyoption Curl_easyopts[] = {
|
|||
{"POSTQUOTE", CURLOPT_POSTQUOTE, CURLOT_SLIST, 0},
|
||||
{"POSTREDIR", CURLOPT_POSTREDIR, CURLOT_VALUES, 0},
|
||||
{"PREQUOTE", CURLOPT_PREQUOTE, CURLOT_SLIST, 0},
|
||||
{"PREREQDATA", CURLOPT_PREREQDATA, CURLOT_CBPTR, 0},
|
||||
{"PREREQFUNCTION", CURLOPT_PREREQFUNCTION, CURLOT_FUNCTION, 0},
|
||||
{"PRE_PROXY", CURLOPT_PRE_PROXY, CURLOT_STRING, 0},
|
||||
{"PRIVATE", CURLOPT_PRIVATE, CURLOT_OBJECT, 0},
|
||||
{"PROGRESSDATA", CURLOPT_XFERINFODATA, CURLOT_CBPTR, CURLOT_FLAG_ALIAS},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue