=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/tmux/tmux.h 2009/07/17 18:45:08 1.36 --- src/usr.bin/tmux/tmux.h 2009/07/17 20:37:03 1.37 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.36 2009/07/17 18:45:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.37 2009/07/17 20:37:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1284,1289 **** --- 1284,1290 ---- void server_status_window(struct window *); void server_lock(void); int server_unlock(const char *); + void server_kill_window(struct window *); /* status.c */ int status_redraw(struct client *);