From 43a99ab683d14c4a11d5fbeaef90d68c84e345fb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 3 Apr 2010 16:37:36 +0000 Subject: Constify data parameter to *_process_data svn path=/trunk/netsurf/; revision=10234 --- image/mng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/mng.h') diff --git a/image/mng.h b/image/mng.h index fb822cf78..319d42059 100644 --- a/image/mng.h +++ b/image/mng.h @@ -42,7 +42,7 @@ struct content_mng_data { }; bool nsmng_create(struct content *c, const struct http_parameter *params); -bool nsmng_process_data(struct content *c, char *data, unsigned int size); +bool nsmng_process_data(struct content *c, const char *data, unsigned int size); bool nsmng_convert(struct content *c); void nsmng_destroy(struct content *c); bool nsmng_redraw(struct content *c, int x, int y, -- cgit v1.2.3