aboutsummaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authortaiyu <taiyu.len@gmail.com>2015-09-08 10:53:15 -0700
committertaiyu <taiyu.len@gmail.com>2015-09-08 10:53:15 -0700
commit6388241abb7e2e66e716fc128e658d3d3419442a (patch)
treeac715db07ee07ff0226434e9a8228d187a77cb64 /include/commands.h
parent799ff640f8c15dde5f8d65fdd71f91bab7aaa5fe (diff)
mode supports multi token names
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 {
} config_type;
};
-struct cmd_handler *find_handler(char *line);
bool handle_command(char *command);
// Handles commands during config
bool config_command(char *command);