=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.403 retrieving revision 1.404 diff -c -r1.403 -r1.404 *** src/usr.bin/tmux/tmux.h 2013/03/25 11:35:55 1.403 --- src/usr.bin/tmux/tmux.h 2013/03/25 11:41:16 1.404 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.403 2013/03/25 11:35:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.404 2013/03/25 11:41:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1860,1866 **** void printflike2 cmdq_print(struct cmd_q *, const char *, ...); void printflike2 cmdq_info(struct cmd_q *, const char *, ...); void printflike2 cmdq_error(struct cmd_q *, const char *, ...); ! void cmdq_guard(struct cmd_q *, const char *); void cmdq_run(struct cmd_q *, struct cmd_list *); void cmdq_append(struct cmd_q *, struct cmd_list *); int cmdq_continue(struct cmd_q *); --- 1860,1866 ---- void printflike2 cmdq_print(struct cmd_q *, const char *, ...); void printflike2 cmdq_info(struct cmd_q *, const char *, ...); void printflike2 cmdq_error(struct cmd_q *, const char *, ...); ! int cmdq_guard(struct cmd_q *, const char *); void cmdq_run(struct cmd_q *, struct cmd_list *); void cmdq_append(struct cmd_q *, struct cmd_list *); int cmdq_continue(struct cmd_q *);