Prepare for sync with the issue #37 bugfix branch.

This commit is contained in:
Eric S. Raymond 2018-11-14 11:52:55 -05:00
parent 87452af448
commit 876fbb2f78
2 changed files with 28 additions and 28 deletions

View file

@ -232,7 +232,7 @@ extern int restore(FILE *);
extern long initialise(void);
extern int action(command_t command);
extern void state_change(obj_t, int);
extern bool is_valid(struct game_t *valgame);
extern bool is_valid(struct game_t);
void bug(enum bugtype, const char *) __attribute__((__noreturn__));