summaryrefslogtreecommitdiff
path: root/amiga/icon.h
diff options
context:
space:
mode:
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 646c50653..695d179c9 100644
--- a/amiga/icon.h
+++ b/amiga/icon.h
@@ -41,4 +41,6 @@ void amiga_icon_fini(void);
struct hlcache_handle;
void ami_superimpose_favicon(char *path, struct hlcache_handle *icon, char *type);
+struct DiskObject *amiga_icon_from_bitmap(struct bitmap *bm);
+void amiga_icon_free(struct DiskObject *dobj);
#endif