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 --- riscos/content-handlers/artworks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/content-handlers/artworks.c') diff --git a/riscos/content-handlers/artworks.c b/riscos/content-handlers/artworks.c index 9ec04a7e5..4b5d27afb 100644 --- a/riscos/content-handlers/artworks.c +++ b/riscos/content-handlers/artworks.c @@ -104,7 +104,7 @@ extern os_error *awrender_render(const char *doc, void *workspace); static nserror artworks_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 artworks_convert(struct content *c); @@ -132,7 +132,7 @@ CONTENT_FACTORY_REGISTER_TYPES(artworks, artworks_types, artworks_content_handler) nserror artworks_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