mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:03:36 +03:00
- Added curl_easy_getinfo typechecker.
- Added macros for curl_share_setopt and curl_multi_setopt to check at least the correct number of arguments.
This commit is contained in:
parent
1380c9af9f
commit
6f3166c15b
7 changed files with 85 additions and 15 deletions
|
|
@ -1778,6 +1778,7 @@ static CURLMcode multi_socket(struct Curl_multi *multi,
|
|||
return result;
|
||||
}
|
||||
|
||||
#undef curl_multi_setopt
|
||||
CURLMcode curl_multi_setopt(CURLM *multi_handle,
|
||||
CURLMoption option, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue