=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.627 retrieving revision 1.628 diff -c -r1.627 -r1.628 *** src/usr.bin/tmux/tmux.h 2016/04/29 15:00:48 1.627 --- src/usr.bin/tmux/tmux.h 2016/04/30 18:59:02 1.628 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.627 2016/04/29 15:00:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.628 2016/04/30 18:59:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1725,1731 **** void tty_free(struct tty *); void tty_write(void (*)(struct tty *, const struct tty_ctx *), struct tty_ctx *); - int tty_client_ready(struct client *, struct window_pane *wp); void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *); void tty_cmd_cell(struct tty *, const struct tty_ctx *); void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *); --- 1725,1730 ----