summaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index eb7bdd57e..7627fe6c5 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -85,8 +85,7 @@ CURLcode Curl_write_plain(struct connectdata *conn,
/* the function used to output verbose information */
int Curl_debug(struct Curl_easy *data, curl_infotype type,
- char *ptr, size_t size,
- struct connectdata *conn);
+ char *ptr, size_t size);
#endif /* HEADER_CURL_SENDF_H */