mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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
|
||||
* cookies.
|
||||
*/
|
||||
CURL* curl_easy_reset(CURL *curl);
|
||||
void curl_easy_reset(CURL *curl);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user