summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 742a099b7..5778e531b 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -183,7 +183,8 @@ static void plugin_fetch_callback(fetch_msg msg, void *p, const void *data,
* \param params Parameters associated with the content
* \return true on success, false otherwise
*/
-bool plugin_create(struct content *c, const char *params[])
+bool plugin_create(struct content *c, struct content *parent,
+ const char *params[])
{
LOG(("plugin_create"));
c->data.plugin.bw = 0;