aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-29 18:32:20 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-29 18:32:20 +0000
commit68ee002ad013208f3818a034135b91ed15724c70 (patch)
tree31f8f7d737fb49b166d7cd5f821ebbd030ccf9ae /lib/sendf.h
parent1fc3b185923ebd299fd54b3057ffd060a583ef44 (diff)
Made some pointers const
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 f8808f662..1d7c25643 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,
- char *data, size_t size,
+ const char *data, size_t size,
struct connectdata *conn);