From 1105d9c39741f0429dc5f5549b12ab351bcf94b3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 22 Nov 2004 00:33:04 +0000 Subject: [project @ 2004-11-22 00:33:04 by jmb] Improve plain text rendering (converts occurrences of '<' with '<') svn path=/import/netsurf/; revision=1369 --- render/textplain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/textplain.h') 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 -- cgit v1.2.3