mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
This commit is contained in:
parent
458925ae0b
commit
7a8a20416f
7 changed files with 503 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue