=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.639 retrieving revision 1.640 diff -c -r1.639 -r1.640 *** src/usr.bin/tmux/tmux.h 2016/07/15 09:28:32 1.639 --- src/usr.bin/tmux/tmux.h 2016/07/15 09:52:34 1.640 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.639 2016/07/15 09:28:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.640 2016/07/15 09:52:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1693,1699 **** void environ_unset(struct environ *, const char *); void environ_update(const char *, struct environ *, struct environ *); void environ_push(struct environ *); ! void environ_log(struct environ *); /* tty.c */ void tty_create_log(void); --- 1693,1699 ---- void environ_unset(struct environ *, const char *); void environ_update(const char *, struct environ *, struct environ *); void environ_push(struct environ *); ! void environ_log(struct environ *, const char *); /* tty.c */ void tty_create_log(void);