summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/sendf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/sendf.h')
-rw-r--r--libs/libcurl/src/sendf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/sendf.h b/libs/libcurl/src/sendf.h
index 075d70eaad..7c4c1280a0 100644
--- a/libs/libcurl/src/sendf.h
+++ b/libs/libcurl/src/sendf.h
@@ -89,8 +89,8 @@ CURLcode Curl_write_plain(struct Curl_easy *data,
ssize_t *written);
/* the function used to output verbose information */
-int Curl_debug(struct Curl_easy *data, curl_infotype type,
- char *ptr, size_t size);
+void Curl_debug(struct Curl_easy *data, curl_infotype type,
+ char *ptr, size_t size);
#endif /* HEADER_CURL_SENDF_H */