summaryrefslogtreecommitdiff
path: root/image/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/mng.h')
-rw-r--r--image/mng.h2
1 files changed, 1 insertions, 1 deletions
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,