--- uae/src/include/options.h 2018/04/24 16:45:14 1.1.1.7 +++ uae/src/include/options.h 2018/04/24 16:46:30 1.1.1.8 @@ -9,7 +9,7 @@ #define UAEMAJOR 0 #define UAEMINOR 8 -#define UAESUBREV 7 +#define UAESUBREV 8 typedef enum { KBD_LANG_US, KBD_LANG_DE, KBD_LANG_SE, KBD_LANG_FR, KBD_LANG_IT, KBD_LANG_ES } KbdLang; @@ -118,10 +118,8 @@ extern void target_save_options (FILE *, extern int cfgfile_load (struct uae_prefs *, const char *filename); extern int cfgfile_save (struct uae_prefs *, const char *filename); -struct mount_data; -extern void cfgfile_parse_line (struct uae_prefs *p, char *, struct mount_data **); -extern int cfgfile_parse_option (struct uae_prefs *p, char *option, char *value, - struct mount_data **); +extern void cfgfile_parse_line (struct uae_prefs *p, char *); +extern int cfgfile_parse_option (struct uae_prefs *p, char *option, char *value); extern int cfgfile_get_description (const char *filename, char *description); extern void cfgfile_show_usage (void);