aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-29 20:57:03 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-29 20:57:03 +0000
commit0f77fe55b6efbf090b30a3612b314cd2f8e27b3a (patch)
treedd3d8c9387ee96489e717c145c7636d3fcb412b7 /lib/sendf.h
parent68ee002ad013208f3818a034135b91ed15724c70 (diff)
Reverted the const change--what was I thinking?
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index 1d7c25643..f8808f662 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -70,7 +70,7 @@ CURLcode Curl_write(struct connectdata *conn,
/* the function used to output verbose information */
int Curl_debug(struct SessionHandle *handle, curl_infotype type,
- const char *data, size_t size,
+ char *data, size_t size,
struct connectdata *conn);