aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.h')
-rw-r--r--sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.h b/sway/commands.h
index 19fd3f33..c2046e13 100644
--- a/sway/commands.h
+++ b/sway/commands.h
@@ -8,6 +8,6 @@ struct cmd_handler {
bool (*handle)(struct sway_config *config, int argc, char **argv);
};
-int handle_command(struct sway_config *config, char *command);
+bool handle_command(struct sway_config *config, char *command);
#endif