=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.763 retrieving revision 1.764 diff -c -r1.763 -r1.764 *** src/usr.bin/tmux/tmux.h 2017/05/10 16:48:36 1.763 --- src/usr.bin/tmux/tmux.h 2017/05/11 07:34:54 1.764 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.763 2017/05/10 16:48:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.764 2017/05/11 07:34:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1621,1627 **** void environ_unset(struct environ *, const char *); void environ_update(struct options *, struct environ *, struct environ *); void environ_push(struct environ *); ! void environ_log(struct environ *, const char *); struct environ *environ_for_session(struct session *, int); /* tty.c */ --- 1621,1627 ---- void environ_unset(struct environ *, const char *); void environ_update(struct options *, struct environ *, struct environ *); void environ_push(struct environ *); ! void printflike(2, 3) environ_log(struct environ *, const char *, ...); struct environ *environ_for_session(struct session *, int); /* tty.c */