oops, curl_easy_reset is a void
This commit is contained in:
parent
26ffaa263b
commit
1d23affbc5
@ -72,7 +72,7 @@ CURL* curl_easy_duphandle(CURL *curl);
|
|||||||
* It does keep: live connections, the Session ID cache, the DNS cache and the
|
* It does keep: live connections, the Session ID cache, the DNS cache and the
|
||||||
* cookies.
|
* cookies.
|
||||||
*/
|
*/
|
||||||
CURL* curl_easy_reset(CURL *curl);
|
void curl_easy_reset(CURL *curl);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user