provide a curl_easy_reset() proto

This commit is contained in:
Daniel Stenberg 2004-07-29 07:20:19 +00:00
parent 6d60ff6ea1
commit ca5e6160b7
1 changed files with 1 additions and 1 deletions

View File

@ -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_duphandle(CURL *curl);
CURL* curl_easy_reset(CURL *curl);
#ifdef __cplusplus
}