Commit ca5e6160 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

provide a curl_easy_reset() proto

parent 6d60ff6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}