diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c index 1fa40c96..102fdc3c 100644 --- a/cmd-choose-tree.c +++ b/cmd-choose-tree.c @@ -34,7 +34,7 @@ * Enter choice mode to choose a session and/or window. */ -int cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *); +enum cmd_retval cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *); void cmd_choose_tree_callback(struct window_choose_data *); void cmd_choose_tree_free(struct window_choose_data *);