diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/easy.c b/lib/easy.c index b8af38038..018aeab6e 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -348,6 +348,7 @@ CURL *curl_easy_init(void) * easy handle. */ +#undef curl_easy_setopt CURLcode curl_easy_setopt(CURL *curl, CURLoption tag, ...) { va_list arg; |