=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/tmux/tmux.h 2009/07/17 06:13:27 1.33 --- src/usr.bin/tmux/tmux.h 2009/07/17 07:05:58 1.34 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.33 2009/07/17 06:13:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.34 2009/07/17 07:05:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1490,1496 **** void printflike3 window_choose_add( struct window_pane *, int, const char *, ...); void window_choose_ready(struct window_pane *, ! u_int, void (*)(void *, int), void *); /* names.c */ void set_window_names(void); --- 1490,1496 ---- void printflike3 window_choose_add( struct window_pane *, int, const char *, ...); void window_choose_ready(struct window_pane *, ! u_int, void (*)(void *, int), void (*)(void *), void *); /* names.c */ void set_window_names(void);