summaryrefslogtreecommitdiff
path: root/content/other.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/other.h')
-rw-r--r--content/other.h7
1 files changed, 6 insertions, 1 deletions
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);