From 8cb321ec78908552cfc1329da3d6efaeac1e8423 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 2 May 2004 00:21:41 +0000 Subject: [project @ 2004-05-02 00:21:40 by jmb] Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813 --- riscos/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index 6f3d8220d..f08465897 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -70,7 +70,7 @@ struct plugin_param_item { /* function definitions */ bool plugin_handleable(const char *mime_type); void plugin_msg_parse(wimp_message *message, int ack); -void plugin_create(struct content *c); +void plugin_create(struct content *c, const char *params[]); void plugin_process_data(struct content *c, char *data, unsigned long size); int plugin_convert(struct content *c, unsigned int width, unsigned int height); void plugin_revive(struct content *c, unsigned int width, unsigned int height); -- cgit v1.2.3