diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 1 |
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 { } config_type; }; -struct cmd_handler *find_handler(char *line); bool handle_command(char *command); // Handles commands during config bool config_command(char *command); |