From 9fa8f4037af0f35e690fda48c16f9896c058a029 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 7 Sep 2003 21:08:13 +0000 Subject: [project @ 2003-09-07 21:08:13 by bursa] Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270 --- content/other.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'content/other.h') diff --git a/content/other.h b/content/other.h index 7471a21f8..9e1dd8792 100644 --- a/content/other.h +++ b/content/other.h @@ -8,7 +8,12 @@ #ifndef _NETSURF_RISCOS_OTHER_H_ #define _NETSURF_RISCOS_OTHER_H_ -#include "netsurf/content/content.h" +struct content; + +struct content_other_data { + char *data; + unsigned long length; +}; void other_create(struct content *c); void other_process_data(struct content *c, char *data, unsigned long size); -- cgit v1.2.3