=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.161 retrieving revision 1.162 diff -c -r1.161 -r1.162 *** src/usr.bin/tmux/tmux.h 2009/11/04 21:47:42 1.161 --- src/usr.bin/tmux/tmux.h 2009/11/04 22:02:38 1.162 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.161 2009/11/04 21:47:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.162 2009/11/04 22:02:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 805,812 **** struct input_ctx ictx; int pipe_fd; ! struct event pipe_event; ! struct buffer *pipe_buf; size_t pipe_off; struct screen *screen; --- 805,811 ---- struct input_ctx ictx; int pipe_fd; ! struct bufferevent *pipe_event; size_t pipe_off; struct screen *screen;