We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b512e + 7777a6a commit 2b57706Copy full SHA for 2b57706
include/curl_easy.h
@@ -432,7 +432,7 @@ namespace curl {
432
CURLCPP_DEFINE_OPTION(CURLOPT_DNS_CACHE_TIMEOUT, long);
433
434
/* send linked-list of pre-transfer QUOTE commands */
435
- CURLCPP_DEFINE_OPTION(CURLOPT_PREQUOTE, const char*);
+ CURLCPP_DEFINE_OPTION(CURLOPT_PREQUOTE, curl_slist*);
436
437
/* set the debug function */
438
CURLCPP_DEFINE_OPTION(CURLOPT_DEBUGFUNCTION, int(*)(CURL *handle,
0 commit comments