From fba46de9cbe8778919f68a7d24e242c7ee3f1331 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 11 Mar 2004 02:19:14 +0000 Subject: [project @ 2004-03-11 02:19:13 by bursa] Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606 --- render/textplain.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'render/textplain.h') diff --git a/render/textplain.h b/render/textplain.h index 75b52dd23..859ff9e62 100644 --- a/render/textplain.h +++ b/render/textplain.h @@ -2,19 +2,15 @@ * This file is part of NetSurf, http://netsurf.sourceforge.net/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license - * Copyright 2003 James Bursa + * Copyright 2004 James Bursa */ #ifndef _NETSURF_RENDER_TEXTPLAIN_H_ #define _NETSURF_RENDER_TEXTPLAIN_H_ -#include "netsurf/content/content.h" +struct content; void textplain_create(struct content *c, const char *params[]); -void textplain_process_data(struct content *c, char *data, unsigned long size); int textplain_convert(struct content *c, unsigned int width, unsigned int height); -void textplain_revive(struct content *c, unsigned int width, unsigned int height); -void textplain_reformat(struct content *c, unsigned int width, unsigned int height); -void textplain_destroy(struct content *c); #endif -- cgit v1.2.3