From 46e1061ef3b156016c689698d35bbbbbebf17471 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 18 Apr 2016 23:17:38 +0100 Subject: fix missing struct on http parameter declaration due to header change --- amiga/plugin_hack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/plugin_hack.c') diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index ad4bfaa3e..68fc57077 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -40,7 +40,7 @@ typedef struct amiga_plugin_hack_content { } amiga_plugin_hack_content; static nserror amiga_plugin_hack_create(const content_handler *handler, - lwc_string *imime_type, const http_parameter *params, + lwc_string *imime_type, const struct http_parameter *params, llcache_handle *llcache, const char *fallback_charset, bool quirks, struct content **c); static bool amiga_plugin_hack_convert(struct content *c); @@ -95,7 +95,7 @@ nserror amiga_plugin_hack_init(void) } nserror amiga_plugin_hack_create(const content_handler *handler, - lwc_string *imime_type, const http_parameter *params, + lwc_string *imime_type, const struct http_parameter *params, llcache_handle *llcache, const char *fallback_charset, bool quirks, struct content **c) { -- cgit v1.2.3