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 972405fe6..10609a71b 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -46,7 +46,8 @@ struct content_textplain_data {
int formatted_width;
};
-bool textplain_create(struct content *c, const char *params[]);
+bool textplain_create(struct content *c, struct content *parent,
+ const char *params[]);
bool textplain_process_data(struct content *c, char *data, unsigned int size);
bool textplain_convert(struct content *c, int width, int height);
void textplain_reformat(struct content *c, int width, int height);