Skip to content

Commit

Permalink
Merge pull request #110 from novadan/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephP91 authored Aug 22, 2017
2 parents 66b512e + 7777a6a commit 2b57706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/curl_easy.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ namespace curl {
CURLCPP_DEFINE_OPTION(CURLOPT_DNS_CACHE_TIMEOUT, long);

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

/* set the debug function */
CURLCPP_DEFINE_OPTION(CURLOPT_DEBUGFUNCTION, int(*)(CURL *handle,
Expand Down

0 comments on commit 2b57706

Please sign in to comment.