=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.368 retrieving revision 1.369 diff -u -r1.368 -r1.369 --- src/usr.bin/tmux/tmux.h 2012/11/27 22:59:34 1.368 +++ src/usr.bin/tmux/tmux.h 2012/12/24 12:33:05 1.369 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.368 2012/11/27 22:59:34 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.369 2012/12/24 12:33:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2243,6 +2243,7 @@ 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 *);