--- uae/src/include/filesys.h 2018/04/24 16:40:12 1.1.1.1 +++ uae/src/include/filesys.h 2018/04/24 16:42:25 1.1.1.2 @@ -23,4 +23,6 @@ struct hardfiledata { FILE *fd; }; +struct uaedev_mount_info; + extern struct hardfiledata *get_hardfile_data (int nr);