summaryrefslogtreecommitdiff
path: root/image/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.h')
-rw-r--r--image/png.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/png.h b/image/png.h
index 63056c8e4..253e685ad 100644
--- a/image/png.h
+++ b/image/png.h
@@ -43,7 +43,7 @@ struct content_png_data {
};
bool nspng_create(struct content *c, const struct http_parameter *params);
-bool nspng_process_data(struct content *c, char *data, unsigned int size);
+bool nspng_process_data(struct content *c, const char *data, unsigned int size);
bool nspng_convert(struct content *c);
void nspng_destroy(struct content *c);
bool nspng_redraw(struct content *c, int x, int y,