summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/dt_anim.c4
-rw-r--r--amiga/dt_picture.c4
-rw-r--r--amiga/dt_sound.c4
-rw-r--r--amiga/icon.c4
-rw-r--r--amiga/plugin_hack.c4
-rw-r--r--cocoa/apple_image.m2
-rw-r--r--gtk/scaffolding.c1
-rw-r--r--image/rsvg.c2
-rw-r--r--riscos/content-handlers/artworks.c4
-rw-r--r--riscos/content-handlers/draw.c4
-rw-r--r--riscos/content-handlers/sprite.c4
11 files changed, 19 insertions, 18 deletions
diff --git a/amiga/dt_anim.c b/amiga/dt_anim.c
index d6f1f3652..e09613960 100644
--- a/amiga/dt_anim.c
+++ b/amiga/dt_anim.c
@@ -61,7 +61,7 @@ typedef struct amiga_dt_anim_content {
APTR ami_colormap_to_clut(struct ColorMap *cmap);
static nserror amiga_dt_anim_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_dt_anim_convert(struct content *c);
@@ -135,7 +135,7 @@ nserror amiga_dt_anim_init(void)
}
nserror amiga_dt_anim_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)
{
diff --git a/amiga/dt_picture.c b/amiga/dt_picture.c
index b3dbb3481..2452c5160 100644
--- a/amiga/dt_picture.c
+++ b/amiga/dt_picture.c
@@ -43,7 +43,7 @@
static nserror amiga_dt_picture_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_dt_picture_convert(struct content *c);
@@ -104,7 +104,7 @@ nserror amiga_dt_picture_init(void)
}
nserror amiga_dt_picture_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)
{
diff --git a/amiga/dt_sound.c b/amiga/dt_sound.c
index 6c49f0960..fe1b1fc43 100644
--- a/amiga/dt_sound.c
+++ b/amiga/dt_sound.c
@@ -45,7 +45,7 @@ typedef struct amiga_dt_sound_content {
} amiga_dt_sound_content;
static nserror amiga_dt_sound_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_dt_sound_convert(struct content *c);
@@ -115,7 +115,7 @@ nserror amiga_dt_sound_init(void)
}
nserror amiga_dt_sound_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)
{
diff --git a/amiga/icon.c b/amiga/icon.c
index 1370c3c04..e75bf82b0 100644
--- a/amiga/icon.c
+++ b/amiga/icon.c
@@ -65,7 +65,7 @@ typedef struct amiga_icon_content {
} amiga_icon_content;
static nserror amiga_icon_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_icon_convert(struct content *c);
@@ -103,7 +103,7 @@ CONTENT_FACTORY_REGISTER_TYPES(amiga_icon, amiga_icon_types,
amiga_icon_content_handler)
nserror amiga_icon_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)
{
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)
{
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)
{
diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c
index 4eca4c175..90d109866 100644
--- a/gtk/scaffolding.c
+++ b/gtk/scaffolding.c
@@ -26,6 +26,7 @@
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include "utils/config.h"
#include "utils/messages.h"
#include "utils/corestrings.h"
#include "utils/log.h"
diff --git a/image/rsvg.c b/image/rsvg.c
index 4ffb43aa8..a4de9dfbe 100644
--- a/image/rsvg.c
+++ b/image/rsvg.c
@@ -77,7 +77,7 @@ static nserror rsvg_create_svg_data(rsvg_content *c)
static nserror rsvg_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)
{
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)
{
diff --git a/riscos/content-handlers/draw.c b/riscos/content-handlers/draw.c
index c2524d496..37f69119a 100644
--- a/riscos/content-handlers/draw.c
+++ b/riscos/content-handlers/draw.c
@@ -44,7 +44,7 @@ typedef struct draw_content {
} draw_content;
static nserror draw_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 draw_convert(struct content *c);
@@ -74,7 +74,7 @@ static const char *draw_types[] = {
CONTENT_FACTORY_REGISTER_TYPES(draw, draw_types, draw_content_handler)
nserror draw_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)
{
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)
{