summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/sprite.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/content-handlers/sprite.c')
-rw-r--r--riscos/content-handlers/sprite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/content-handlers/sprite.c b/riscos/content-handlers/sprite.c
index 2b2813273..a1a6eb1da 100644
--- a/riscos/content-handlers/sprite.c
+++ b/riscos/content-handlers/sprite.c
@@ -46,7 +46,7 @@ typedef struct sprite_content {
} sprite_content;
static nserror sprite_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 sprite_convert(struct content *c);
@@ -73,7 +73,7 @@ static const char *sprite_types[] = {
CONTENT_FACTORY_REGISTER_TYPES(sprite, sprite_types, sprite_content_handler)
nserror sprite_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)
{