summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 01926fd50..fe8ba080c 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -113,7 +113,7 @@ static int need_reformat = 0;
/**
* Initialises plugin system in readiness for receiving object data
*/
-void plugin_create(struct content *c)
+void plugin_create(struct content *c, const char *params[])
{
c->data.plugin.data = xcalloc(0, 1);
c->data.plugin.length = 0;