diff options
| author | William Casarin <jb55@jb55.com> | 2018-07-09 17:43:46 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2018-07-09 17:43:46 -0700 |
| commit | d2ce420ae24cbdd2c61f38342bdabc19c2358947 (patch) | |
| tree | 0e30ae8fe500a9d80b5a862e2ea5eddd73e9e55e /command.h | |
| parent | 22e403ca533419e1d19bf5c4dad8b2bbc4eb2173 (diff) | |
it works yo
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); |
