1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Fix a return type.

This commit is contained in:
Nicholas Marriott 2012-08-11 06:46:47 +00:00
parent a3dec6bece
commit 8889a48f9b

View File

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