summaryrefslogtreecommitdiff
path: root/image/bmp.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-09-28 13:31:55 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-09-28 13:31:55 +0000
commit598b5fbbc18d57c765b9aa1cfbabb98f4bf9113f (patch)
treee0d36cf17993cad2123fdbad5e6f3bccb8500131 /image/bmp.h
parentb2486edc5ad98125b9877a56251e8dd55dbb075c (diff)
downloadnetsurf-598b5fbbc18d57c765b9aa1cfbabb98f4bf9113f.tar.gz
netsurf-598b5fbbc18d57c765b9aa1cfbabb98f4bf9113f.tar.bz2
One warning less.
svn path=/trunk/netsurf/; revision=5451
Diffstat (limited to 'image/bmp.h')
-rw-r--r--image/bmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/bmp.h b/image/bmp.h
index fdbd74ff4..5bb044785 100644
--- a/image/bmp.h
+++ b/image/bmp.h
@@ -38,6 +38,8 @@ struct content_bmp_data {
bmp_image *bmp; /** BMP image data */
};
+extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */
+
bool nsbmp_create(struct content *c, const char *params[]);
bool nsbmp_convert(struct content *c, int width, int height);
void nsbmp_destroy(struct content *c);