From 270ef59a98d34fef418fb6cd27e46f3edc912948 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 12:56:39 +0000 Subject: Merge jmb/new-cache; r=dsilvers,rs=vince svn path=/trunk/netsurf/; revision=10180 --- image/bmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image/bmp.h') 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, -- cgit v1.2.3