diff options
Diffstat (limited to 'cmds.h')
-rw-r--r-- | cmds.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds.h b/cmds.h index ba54fac..78a1c13 100644 --- a/cmds.h +++ b/cmds.h @@ -2,7 +2,10 @@ #define CMDS_H #include "state.h" +#include <stdlib.h> extern command CMD_LIST[]; +void init_state(state *s); +void exec(char *buf, state *s); #endif |