]> granicus.if.org Git - curl/commitdiff
oops, curl_easy_reset is a void
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:29:56 +0000 (07:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jul 2004 07:29:56 +0000 (07:29 +0000)
include/curl/easy.h

index 0ddf08dcb38a97da4825f6b0b205ff4bcd211c23..336e542f82a967ec9996bc4f4a7f2cce5a0b6b7d 100644 (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
 }