mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Add missing function prototype.
This commit is contained in:
parent
b18ff67646
commit
a2c8af97e9
1
tmux.h
1
tmux.h
@ -2243,6 +2243,7 @@ struct window_choose_data *window_choose_add_session(struct window_pane *,
|
|||||||
struct window_choose_data *window_choose_add_item(struct window_pane *,
|
struct window_choose_data *window_choose_add_item(struct window_pane *,
|
||||||
struct cmd_ctx *, struct winlink *, const char *,
|
struct cmd_ctx *, struct winlink *, const char *,
|
||||||
char *, u_int);
|
char *, u_int);
|
||||||
|
void window_choose_expand_all(struct window_pane *);
|
||||||
|
|
||||||
/* names.c */
|
/* names.c */
|
||||||
void queue_window_name(struct window *);
|
void queue_window_name(struct window *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user