=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.569 retrieving revision 1.570 diff -u -r1.569 -r1.570 --- src/usr.bin/tmux/tmux.h 2015/10/31 08:13:58 1.569 +++ src/usr.bin/tmux/tmux.h 2015/10/31 13:12:03 1.570 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.569 2015/10/31 08:13:58 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.570 2015/10/31 13:12:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1102,8 +1102,6 @@ int fd; struct bufferevent *event; - int log_fd; - struct termios tio; struct grid_cell cell; @@ -1555,6 +1553,7 @@ void environ_push(struct environ *); /* tty.c */ +void tty_create_log(void); void tty_init_termios(int, struct termios *, struct bufferevent *); void tty_raw(struct tty *, const char *); void tty_attributes(struct tty *, const struct grid_cell *,