aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 5d45d78b..757cc817 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -31,7 +31,6 @@ enum cmd_status {
31 */ 31 */
32struct cmd_results { 32struct cmd_results {
33 enum cmd_status status; 33 enum cmd_status status;
34 char *input;
35 /** 34 /**
36 * Human friendly error message, or NULL on success 35 * Human friendly error message, or NULL on success
37 */ 36 */
@@ -63,7 +62,7 @@ list_t *execute_command(char *command, struct sway_seat *seat,
63 * 62 *
64 * Do not use this under normal conditions. 63 * Do not use this under normal conditions.
65 */ 64 */
66struct cmd_results *config_command(char *command); 65struct cmd_results *config_command(char *command, char **new_block);
67/** 66/**
68 * Parse and handle a sub command 67 * Parse and handle a sub command
69 */ 68 */