summaryrefslogtreecommitdiff
path: root/amiga/icon.h
diff options
context:
space:
mode:
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