From aa22dc31132fb7ef504bc90a03a14cc122fcc4e1 Mon Sep 17 00:00:00 2001 From: taiyu Date: Tue, 8 Sep 2015 10:27:09 -0700 Subject: var replacement changes --- include/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/commands.h') diff --git a/include/commands.h b/include/commands.h index 8fb0c1d8..e521306c 100644 --- a/include/commands.h +++ b/include/commands.h @@ -15,6 +15,8 @@ struct cmd_handler { struct cmd_handler *find_handler(char *line); bool handle_command(char *command); +// Handles commands during config +bool config_command(char *command); void remove_view_from_scratchpad(); -- cgit v1.2.3