]> granicus.if.org Git - curl/commitdiff
provide a curl_easy_reset() proto
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:20:19 +0000 (07:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:20:19 +0000 (07:20 +0000)
include/curl/easy.h

index f090807686b2570b72419b4456c84a5403ce0f14..0ddf08dcb38a97da4825f6b0b205ff4bcd211c23 100644 (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
 }