correct function prototype

This commit is contained in:
Holger Vogt 2021-04-10 17:48:24 +02:00
parent 45c171635a
commit d5fd9c8625
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static void rem_unused_mos_models(struct card* deck);
//void inp_mc_free(void);
//void inp_remove_recent(void);
static bool mc_reload = FALSE;
void eval_seed_opt(struct card *deck);
void eval_opt(struct card *deck);
extern bool ft_batchmode;