=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/window-choose.c,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/tmux/Attic/window-choose.c 2013/03/21 16:09:59 1.35 --- src/usr.bin/tmux/Attic/window-choose.c 2013/03/21 16:19:25 1.36 *************** *** 1,4 **** ! /* $OpenBSD: window-choose.c,v 1.35 2013/03/21 16:09:59 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-choose.c,v 1.36 2013/03/21 16:19:25 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 864,870 **** struct window_choose_data * window_choose_add_session(struct window_pane *wp, struct client *c, ! struct session *s, const char *template, char *action, u_int idx) { struct window_choose_data *wcd; --- 864,870 ---- struct window_choose_data * window_choose_add_session(struct window_pane *wp, struct client *c, ! struct session *s, const char *template, const char *action, u_int idx) { struct window_choose_data *wcd; *************** *** 887,893 **** struct window_choose_data * window_choose_add_item(struct window_pane *wp, struct client *c, ! struct winlink *wl, const char *template, char *action, u_int idx) { struct window_choose_data *wcd; char *expanded; --- 887,893 ---- struct window_choose_data * window_choose_add_item(struct window_pane *wp, struct client *c, ! struct winlink *wl, const char *template, const char *action, u_int idx) { struct window_choose_data *wcd; char *expanded; *************** *** 918,924 **** struct window_choose_data * window_choose_add_window(struct window_pane *wp, struct client *c, struct session *s, struct winlink *wl, const char *template, ! char *action, u_int idx) { struct window_choose_data *wcd; char *expanded; --- 918,924 ---- struct window_choose_data * window_choose_add_window(struct window_pane *wp, struct client *c, struct session *s, struct winlink *wl, const char *template, ! const char *action, u_int idx) { struct window_choose_data *wcd; char *expanded;