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 --- cocoa/apple_image.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/apple_image.m b/cocoa/apple_image.m index 91dfcb4e6..8261e8bc6 100644 --- a/cocoa/apple_image.m +++ b/cocoa/apple_image.m @@ -48,7 +48,7 @@ static void *apple_image_get_internal(const struct content *c, void *context) } static nserror apple_image_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