--- hatari/src/includes/options.h 2019/04/01 07:14:49 1.1.1.3 +++ hatari/src/includes/options.h 2019/04/09 08:49:33 1.1.1.5 @@ -10,10 +10,10 @@ extern bool bLoadAutoSave; extern bool bLoadMemorySave; extern bool bBiosIntercept; +extern bool AviRecordOnStartup; -/* Parses all Hatari command line options and sets Hatari state. - * Returns TRUE if everything was OK, FALSE otherwise. - */ -extern bool Opt_ParseParameters(int argc, const char *argv[]); +extern Uint32 Opt_GetNoParachuteFlag(void); +extern bool Opt_ParseParameters(int argc, const char * const argv[]); +extern char *Opt_MatchOption(const char *text, int state); #endif /* HATARI_OPTIONS_H */