=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.375 retrieving revision 1.376 diff -u -r1.375 -r1.376 --- src/usr.bin/tmux/tmux.h 2013/03/21 16:08:24 1.375 +++ src/usr.bin/tmux/tmux.h 2013/03/21 16:09:17 1.376 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.375 2013/03/21 16:08:24 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.376 2013/03/21 16:09:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2202,8 +2202,7 @@ void window_choose_add(struct window_pane *, struct window_choose_data *); void window_choose_ready(struct window_pane *, - u_int, void (*)(struct window_choose_data *), - void (*)(struct window_choose_data *)); + u_int, void (*)(struct window_choose_data *)); struct window_choose_data *window_choose_data_create (int, struct client *, struct session *); void window_choose_data_free(struct window_choose_data *);