From 6388241abb7e2e66e716fc128e658d3d3419442a Mon Sep 17 00:00:00 2001 From: taiyu Date: Tue, 8 Sep 2015 10:53:15 -0700 Subject: mode supports multi token names --- include/commands.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/commands.h') 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); -- cgit v1.2.3-54-g00ecf