summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/textplain.h b/render/textplain.h
index 63550e181..74d029932 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -11,6 +11,8 @@
struct content;
bool textplain_create(struct content *c, 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);
#endif