diff options
Diffstat (limited to 'command.h')
| -rw-r--r-- | command.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ struct command { void command_init(struct command *cmd); +void +command_exec(struct command *cmd); + struct command * command_lookup(struct command *cmd, const char *binding); |
