summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-05-02 00:21:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-05-02 00:21:41 +0000
commit8cb321ec78908552cfc1329da3d6efaeac1e8423 (patch)
tree1e386700b410a648c5e1b71cb54c865843b45718 /riscos/plugin.h
parent8d57502f04441fff8678e5187e6955f75bf429b5 (diff)
downloadnetsurf-8cb321ec78908552cfc1329da3d6efaeac1e8423.tar.gz
netsurf-8cb321ec78908552cfc1329da3d6efaeac1e8423.tar.bz2
[project @ 2004-05-02 00:21:40 by jmb]
Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
Diffstat (limited to 'riscos/plugin.h')
-rw-r--r--riscos/plugin.h2
1 files changed, 1 insertions, 1 deletions
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);