From 001b401890af4e75013f1154af7861efb130f659 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 31 Oct 2010 11:14:26 +0000 Subject: Support ColourIcons svn path=/trunk/netsurf/; revision=10928 --- amiga/icon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/icon.h') diff --git a/amiga/icon.h b/amiga/icon.h index 73fb9776e..0efc95136 100644 --- a/amiga/icon.h +++ b/amiga/icon.h @@ -27,8 +27,7 @@ #ifdef WITH_AMIGA_ICON #include - -struct content; +#include "content/hlcache.h" struct content_amiga_icon_data { /* empty */ @@ -44,4 +43,5 @@ bool amiga_icon_clone(const struct content *old, struct content *new_content); #endif /* WITH_AMIGA_ICON */ +void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type); #endif -- cgit v1.2.3