aboutsummaryrefslogtreecommitdiff
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-12-02 08:17:45 -0500
committerDrew DeVault <sir@cmpwn.com>2016-12-02 08:17:45 -0500
commit39cf9a82f7c1f7e5d7b4952cabf215c8459a99e2 (patch)
tree267efa5b40f7272bdfec16eac054961df6f4d417 /include/sway/commands.h
parentf23880b1fdd70a21b04317c18208a1f3ce356839 (diff)
Enforce command policies
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index ccc3cf58..9e8d013e 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -54,7 +54,7 @@ int sp_index;
/**
* Parse and handles a command.
*/
-struct cmd_results *handle_command(char *command);
+struct cmd_results *handle_command(char *command, enum command_context context);
/**
* Parse and handles a command during config file loading.
*