Moved state_change to misc.c to start using it in main.c, too

This commit is contained in:
NHOrus 2017-07-05 20:23:34 +03:00
parent df422fe2ed
commit 40ff648431
5 changed files with 17 additions and 14 deletions

View file

@ -242,6 +242,8 @@ extern int resume(void);
extern int restore(FILE *);
extern long initialise(void);
extern int action(struct command_t *command);
extern void state_change(long obj, long state);
void bug(enum bugtype, const char *) __attribute__((__noreturn__));