summaryrefslogtreecommitdiff
path: root/amiga/icon.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-31 11:14:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-31 11:14:26 +0000
commit001b401890af4e75013f1154af7861efb130f659 (patch)
tree4bb69e5eb9637e325bc16f4009badf003218fcc9 /amiga/icon.h
parente5c144af9536e88be364b3cd24dba3da5c45b573 (diff)
downloadnetsurf-001b401890af4e75013f1154af7861efb130f659.tar.gz
netsurf-001b401890af4e75013f1154af7861efb130f659.tar.bz2
Support ColourIcons
svn path=/trunk/netsurf/; revision=10928
Diffstat (limited to 'amiga/icon.h')
-rw-r--r--amiga/icon.h4
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h>
-
-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