diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-29 18:32:20 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-29 18:32:20 +0000 |
commit | 68ee002ad013208f3818a034135b91ed15724c70 (patch) | |
tree | 31f8f7d737fb49b166d7cd5f821ebbd030ccf9ae /lib/sendf.h | |
parent | 1fc3b185923ebd299fd54b3057ffd060a583ef44 (diff) | |
download | curl-68ee002ad013208f3818a034135b91ed15724c70.tar.gz |
Made some pointers const
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 2 |
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); |