summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-09-08 10:53:15 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-09-08 10:53:15 -0700
commit6388241abb7e2e66e716fc128e658d3d3419442a (patch)
treeac715db07ee07ff0226434e9a8228d187a77cb64 /include/commands.h
parentremove old things (diff)
downloadsway-6388241abb7e2e66e716fc128e658d3d3419442a.tar.gz
sway-6388241abb7e2e66e716fc128e658d3d3419442a.tar.zst
sway-6388241abb7e2e66e716fc128e658d3d3419442a.zip
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 {
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);