summaryrefslogtreecommitdiff
path: root/include/curl/easy.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-29 07:20:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-29 07:20:19 +0000
commitca5e6160b791137b9f97b25fd0eac8c12e7f4b58 (patch)
tree73dd47ec8949e0cb016732ebc7dcb294e0b3afec /include/curl/easy.h
parent6d60ff6ea1047607459ce29016463e8d5313919c (diff)
downloadcurl-ca5e6160b791137b9f97b25fd0eac8c12e7f4b58.tar.gz
provide a curl_easy_reset() proto
Diffstat (limited to 'include/curl/easy.h')
-rw-r--r--include/curl/easy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/easy.h b/include/curl/easy.h
index f09080768..0ddf08dcb 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
}