diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-29 07:20:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-29 07:20:19 +0000 |
commit | ca5e6160b791137b9f97b25fd0eac8c12e7f4b58 (patch) | |
tree | 73dd47ec8949e0cb016732ebc7dcb294e0b3afec | |
parent | 6d60ff6ea1047607459ce29016463e8d5313919c (diff) |
provide a curl_easy_reset() proto
-rw-r--r-- | include/curl/easy.h | 2 |
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 } |