summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index f56cb585e..42d4ec163 100644
--- a/render/html.h
+++ b/render/html.h
@@ -186,7 +186,7 @@ extern bool html_redraw_debug;
bool html_create(struct content *c, const struct http_parameter *params);
-bool html_process_data(struct content *c, char *data, unsigned int size);
+bool html_process_data(struct content *c, const char *data, unsigned int size);
bool html_convert(struct content *c);
void html_reformat(struct content *c, int width, int height);
void html_destroy(struct content *c);