summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/textplain.h b/render/textplain.h
index 859ff9e62..63550e181 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -10,7 +10,7 @@
struct content;
-void textplain_create(struct content *c, const char *params[]);
-int textplain_convert(struct content *c, unsigned int width, unsigned int height);
+bool textplain_create(struct content *c, const char *params[]);
+bool textplain_convert(struct content *c, int width, int height);
#endif