summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-12-24 12:33:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-12-24 12:33:05 +0000
commita2c8af97e9b1f2ade071de31d97eccc3219949d9 (patch)
tree5237f7e419a7e3388af46781b073f80a443ffda2 /tmux.h
parentb18ff676469e197000cd89965c41f015b47862da (diff)
Add missing function prototype.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 429f2d7f..c1fec028 100644
--- a/tmux.h
+++ b/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 cmd_ctx *, struct winlink *, const char *,
char *, u_int);
+void window_choose_expand_all(struct window_pane *);
/* names.c */
void queue_window_name(struct window *);