mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
provide a curl_easy_reset() proto
This commit is contained in:
parent
6d60ff6ea1
commit
ca5e6160b7
@ -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_duphandle(CURL *curl);
|
CURL* curl_easy_reset(CURL *curl);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user