summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-18 23:17:38 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-18 23:17:38 +0100
commit46e1061ef3b156016c689698d35bbbbbebf17471 (patch)
treec3e3a9b71c0acfb3f20712eb3593daa7c83b5501 /cocoa
parent392307bb1fdf4186f26300631fe3710d895cf7ce (diff)
downloadnetsurf-46e1061ef3b156016c689698d35bbbbbebf17471.tar.gz
netsurf-46e1061ef3b156016c689698d35bbbbbebf17471.tar.bz2
fix missing struct on http parameter declaration due to header change
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/apple_image.m2
1 files changed, 1 insertions, 1 deletions
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)
{