From 68ee002ad013208f3818a034135b91ed15724c70 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 29 Oct 2007 18:32:20 +0000 Subject: Made some pointers const --- lib/sendf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sendf.h') 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); -- cgit v1.2.1