diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-04-30 18:59:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-04-30 18:59:03 +0000 |
commit | 7f83e6c8fec9c7e2cc997fd4f1ec2d5a1d009823 (patch) | |
tree | 726ca71c2ab0640c813d337495339321541bbdfe /usr.bin/tmux/tmux.h | |
parent | 6cffb4bc61d5c96645c6f6be80877409e3c4e3bc (diff) |
tty_client_ready can not be internal to tty.c again.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 78dd385f7d1..daa1d4f6200 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.627 2016/04/29 15:00:48 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.628 2016/04/30 18:59:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -1725,7 +1725,6 @@ void tty_close(struct tty *); 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 *); |