summaryrefslogtreecommitdiff
path: root/amiga/icon.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:43:06 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:43:06 +0000
commitb27b9fbf5810f981aac47d340bf710f31fe36ff4 (patch)
treebaa4b9a02b7f648a8ade7f553745fc35962fd782 /amiga/icon.h
parentbcc0c0fde934d838b595806bc8a03c9331e60b93 (diff)
downloadnetsurf-b27b9fbf5810f981aac47d340bf710f31fe36ff4.tar.gz
netsurf-b27b9fbf5810f981aac47d340bf710f31fe36ff4.tar.bz2
Fix compilation when WITH_AMIGA_ICON is not defined
svn path=/trunk/netsurf/; revision=11232
Diffstat (limited to 'amiga/icon.h')
-rw-r--r--amiga/icon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/icon.h b/amiga/icon.h
index 0efc95136..a89cbdfb0 100644
--- a/amiga/icon.h
+++ b/amiga/icon.h
@@ -43,5 +43,7 @@ bool amiga_icon_clone(const struct content *old, struct content *new_content);
#endif /* WITH_AMIGA_ICON */
+struct hlcache_handle;
+
void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type);
#endif