Sync patch.

This commit is contained in:
Eric S. Raymond 2018-11-14 11:43:38 -05:00
parent 25765a1b0f
commit 87452af448
3 changed files with 3 additions and 5 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);
void bug(enum bugtype, const char *) __attribute__((__noreturn__));