diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |