aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/easy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/easy.h b/include/curl/easy.h
index 0ddf08dcb..336e542f8 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_reset(CURL *curl);
+void curl_easy_reset(CURL *curl);
#ifdef __cplusplus
}