summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/textplain.h b/render/textplain.h
index 355695a4d..ec4882800 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -49,7 +49,8 @@ struct content_textplain_data {
};
bool textplain_create(struct content *c, const struct http_parameter *params);
-bool textplain_process_data(struct content *c, char *data, unsigned int size);
+bool textplain_process_data(struct content *c,
+ const char *data, unsigned int size);
bool textplain_convert(struct content *c);
void textplain_reformat(struct content *c, int width, int height);
void textplain_destroy(struct content *c);