summaryrefslogtreecommitdiff
path: root/image/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/bmp.h')
-rw-r--r--image/bmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/bmp.h b/image/bmp.h
index f7b974f03..7d70a952d 100644
--- a/image/bmp.h
+++ b/image/bmp.h
@@ -33,6 +33,7 @@
struct content;
struct bitmap;
+struct http_parameter;
struct content_bmp_data {
bmp_image *bmp; /** BMP image data */
@@ -40,8 +41,7 @@ struct content_bmp_data {
extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */
-bool nsbmp_create(struct content *c, struct content *parent,
- const char *params[]);
+bool nsbmp_create(struct content *c, const struct http_parameter *params);
bool nsbmp_convert(struct content *c, int width, int height);
void nsbmp_destroy(struct content *c);
bool nsbmp_redraw(struct content *c, int x, int y,