Browse Source

fix some prototype declarations

pre-master-46
dwarning 8 years ago
parent
commit
7d78cba9ef
  1. 7
      src/frontend/inp.c

7
src/frontend/inp.c

@ -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…
Cancel
Save