summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index e521306c..0a38ce43 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -13,7 +13,6 @@ struct cmd_handler {
13 } config_type; 13 } config_type;
14}; 14};
15 15
16struct cmd_handler *find_handler(char *line);
17bool handle_command(char *command); 16bool handle_command(char *command);
18// Handles commands during config 17// Handles commands during config
19bool config_command(char *command); 18bool config_command(char *command);