From: Daniel Stenberg Date: Thu, 29 Jul 2004 07:20:19 +0000 (+0000) Subject: provide a curl_easy_reset() proto X-Git-Tag: curl-7_12_1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5e6160b791137b9f97b25fd0eac8c12e7f4b58;p=thirdparty%2Fcurl.git provide a curl_easy_reset() proto --- diff --git a/include/curl/easy.h b/include/curl/easy.h index f090807686..0ddf08dcb3 100644 --- a/include/curl/easy.h +++ b/include/curl/easy.h @@ -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 }