=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.407 retrieving revision 1.408 diff -c -r1.407 -r1.408 *** src/usr.bin/tmux/tmux.h 2013/03/27 11:17:12 1.407 --- src/usr.bin/tmux/tmux.h 2013/04/22 22:17:29 1.408 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.407 2013/03/27 11:17:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.408 2013/04/22 22:17:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2257,2262 **** --- 2257,2264 ---- struct client *, struct winlink *, const char *, const char *, u_int); void window_choose_expand_all(struct window_pane *); + void window_choose_collapse_all(struct window_pane *); + void window_choose_set_current(struct window_pane *, u_int); /* names.c */ void queue_window_name(struct window *);