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 }