oops, curl_easy_reset is a void

This commit is contained in:
Daniel Stenberg 2004-07-29 07:29:56 +00:00
parent 26ffaa263b
commit 1d23affbc5

View File

@ -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
}