Commit 1d23affb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, curl_easy_reset is a void

parent 26ffaa26
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_reset(CURL *curl);
void curl_easy_reset(CURL *curl);

#ifdef  __cplusplus
}