Skip to content

Commit 2b57706

Browse files
authored
Merge pull request #110 from novadan/patch-1
2 parents 66b512e + 7777a6a commit 2b57706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/curl_easy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ namespace curl {
432432
CURLCPP_DEFINE_OPTION(CURLOPT_DNS_CACHE_TIMEOUT, long);
433433

434434
/* send linked-list of pre-transfer QUOTE commands */
435-
CURLCPP_DEFINE_OPTION(CURLOPT_PREQUOTE, const char*);
435+
CURLCPP_DEFINE_OPTION(CURLOPT_PREQUOTE, curl_slist*);
436436

437437
/* set the debug function */
438438
CURLCPP_DEFINE_OPTION(CURLOPT_DEBUGFUNCTION, int(*)(CURL *handle,

0 commit comments

Comments
 (0)