summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.h')
-rw-r--r--riscos/plugin.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/riscos/plugin.h b/riscos/plugin.h
index d71e5ef42..babc6310e 100644
--- a/riscos/plugin.h
+++ b/riscos/plugin.h
@@ -9,12 +9,20 @@
#define _NETSURF_RISCOS_PLUGIN_H_
#include <stdbool.h>
-#include "netsurf/content/content.h"
-#include "netsurf/render/box.h"
-
#include "oslib/plugin.h"
#include "oslib/wimp.h"
+struct box;
+struct browser_window;
+struct content;
+struct object_params;
+
+struct content_plugin_data {
+ char *data; /* object data */
+ unsigned long length; /* object length */
+ char *sysvar; /* system variable set by plugin */
+};
+
struct plugin_state {
int dummy;
};