From 08177fa58119f9e67fdffb32ee20dbf05bd4fa78 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 10 Jun 2004 20:41:26 +0000 Subject: [project @ 2004-06-10 20:41:26 by bursa] Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951 --- render/textplain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/textplain.h') 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 -- cgit v1.2.3