=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- src/usr.bin/tmux/tmux.h 2012/08/14 08:51:53 1.351 +++ src/usr.bin/tmux/tmux.h 2012/08/21 10:00:33 1.352 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.351 2012/08/14 08:51:53 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.352 2012/08/21 10:00:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2130,6 +2130,7 @@ struct window_pane *window_pane_find_left(struct window_pane *); struct window_pane *window_pane_find_right(struct window_pane *); void window_set_name(struct window *, const char *); +void window_remove_ref(struct window *); void winlink_clear_flags(struct winlink *); void window_mode_attrs(struct grid_cell *, struct options *);