=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.353 retrieving revision 1.354 diff -c -r1.353 -r1.354 *** src/usr.bin/tmux/tmux.h 2012/09/03 09:32:38 1.353 --- src/usr.bin/tmux/tmux.h 2012/09/03 09:57:57 1.354 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.353 2012/09/03 09:32:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.354 2012/09/03 09:57:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1716,1721 **** --- 1716,1722 ---- extern const struct cmd_entry cmd_capture_pane_entry; extern const struct cmd_entry cmd_choose_buffer_entry; extern const struct cmd_entry cmd_choose_client_entry; + extern const struct cmd_entry cmd_choose_list_entry; extern const struct cmd_entry cmd_choose_session_entry; extern const struct cmd_entry cmd_choose_tree_entry; extern const struct cmd_entry cmd_choose_window_entry; *************** *** 2203,2208 **** --- 2204,2212 ---- const char *, char *, u_int); struct window_choose_data *window_choose_add_session(struct window_pane *, struct cmd_ctx *, struct session *, const char *, + char *, u_int); + struct window_choose_data *window_choose_add_item(struct window_pane *, + struct cmd_ctx *, struct winlink *, const char *, char *, u_int); /* names.c */