=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/tmux/tmux.h 2009/07/07 19:49:19 1.16 +++ src/usr.bin/tmux/tmux.h 2009/07/08 05:26:45 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.16 2009/07/07 19:49:19 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.17 2009/07/08 05:26:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1408,6 +1408,7 @@ /* window.c */ extern struct windows windows; +const char *window_default_command(void); int window_cmp(struct window *, struct window *); int winlink_cmp(struct winlink *, struct winlink *); RB_PROTOTYPE(windows, window, entry, window_cmp);