mirror of
https://github.com/curl/curl.git
synced 2026-07-02 13:27:17 +03:00
oops, curl_easy_reset is a void
This commit is contained in:
parent
26ffaa263b
commit
1d23affbc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue