From d2ce420ae24cbdd2c61f38342bdabc19c2358947 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 17:43:46 -0700 Subject: it works yo --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 750f109..770d3a7 100644 --- a/command.h +++ b/command.h @@ -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); -- cgit v1.2.3