=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.614 retrieving revision 1.615 diff -c -r1.614 -r1.615 *** src/usr.bin/tmux/tmux.h 2015/12/16 22:05:35 1.614 --- src/usr.bin/tmux/tmux.h 2016/01/15 11:31:47 1.615 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.614 2015/12/16 22:05:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.615 2016/01/15 11:31:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1540,1546 **** void start_cfg(void); int load_cfg(const char *, struct cmd_q *, char **); void set_cfg_file(const char *); ! void cfg_add_cause(const char *, ...); void cfg_print_causes(struct cmd_q *); void cfg_show_causes(struct session *); --- 1540,1546 ---- void start_cfg(void); int load_cfg(const char *, struct cmd_q *, char **); void set_cfg_file(const char *); ! void printflike(1, 2) cfg_add_cause(const char *, ...); void cfg_print_causes(struct cmd_q *); void cfg_show_causes(struct session *);