=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/window-choose.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -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 +1,4 @@ -/* $OpenBSD: window-choose.c,v 1.35 2013/03/21 16:09:59 nicm Exp $ */ +/* $OpenBSD: window-choose.c,v 1.36 2013/03/21 16:19:25 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -864,7 +864,7 @@ 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 session *s, const char *template, const char *action, u_int idx) { struct window_choose_data *wcd; @@ -887,7 +887,7 @@ 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 winlink *wl, const char *template, const char *action, u_int idx) { struct window_choose_data *wcd; char *expanded; @@ -918,7 +918,7 @@ 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) + const char *action, u_int idx) { struct window_choose_data *wcd; char *expanded;