=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.310 retrieving revision 1.311 diff -c -r1.310 -r1.311 *** src/usr.bin/tmux/tmux.h 2012/01/31 15:52:21 1.310 --- src/usr.bin/tmux/tmux.h 2012/02/02 00:10:12 1.311 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.310 2012/01/31 15:52:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.311 2012/02/02 00:10:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1968,1973 **** --- 1968,1974 ---- struct window_pane *window_pane_find_down(struct window_pane *); 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 *); /* layout.c */ u_int layout_count_cells(struct layout_cell *);