Sync OpenBSD patchset 1157:

Fix a return type.
pull/1/head
Tiago Cunha 2012-08-12 19:29:05 +00:00
parent 200b0e5821
commit 45d68963ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 *);