fix some prototype declarations
This commit is contained in:
parent
561fdd805c
commit
7d78cba9ef
|
|
@ -62,10 +62,11 @@ static wordlist *inp_savecurrents(struct card *deck, struct card *options, wordl
|
|||
static void eval_agauss(struct card *deck, char *fcn);
|
||||
void line_free_x(struct card *deck, bool recurse);
|
||||
void create_circbyline(char *line);
|
||||
void inp_source_recent(void);
|
||||
void inp_mc_free(void);
|
||||
void inp_remove_recent(void);
|
||||
//void inp_source_recent(void);
|
||||
//void inp_mc_free(void);
|
||||
//void inp_remove_recent(void);
|
||||
static bool mc_reload = FALSE;
|
||||
void eval_seed_opt(struct card *deck);
|
||||
|
||||
extern bool ft_batchmode;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue