mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 11:58:51 +00:00
Sync OpenBSD patchset 1157:
Fix a return type.
This commit is contained in:
parent
200b0e5821
commit
45d68963ab
@ -34,7 +34,7 @@
|
|||||||
* Enter choice mode to choose a session and/or window.
|
* 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_callback(struct window_choose_data *);
|
||||||
void cmd_choose_tree_free(struct window_choose_data *);
|
void cmd_choose_tree_free(struct window_choose_data *);
|
||||||
|
Loading…
Reference in New Issue
Block a user