summaryrefslogtreecommitdiff
path: root/src/tool_cb_dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cb_dbg.h')
-rw-r--r--src/tool_cb_dbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cb_dbg.h b/src/tool_cb_dbg.h
index 7ac15cf9b..c1cbc8073 100644
--- a/src/tool_cb_dbg.h
+++ b/src/tool_cb_dbg.h
@@ -28,7 +28,7 @@
*/
int tool_debug_cb(CURL *handle, curl_infotype type,
- unsigned char *data, size_t size,
+ char *data, size_t size,
void *userdata);
#endif /* HEADER_CURL_TOOL_CB_DBG_H */