aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-07-13 18:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-07-13 18:01:09 +0100
commit07aef385910f46e09804756231ff1ef3e304e023 (patch)
tree934330dfd6943a981ee7a935aa8d818a9ccfadd4 /tmux.h
parent38d4d696391123da266c9d38ed65bba7076e1147 (diff)
parente45d624df288d914a1628d373ff245b03f7d600b (diff)
downloadrtmux-07aef385910f46e09804756231ff1ef3e304e023.tar.gz
rtmux-07aef385910f46e09804756231ff1ef3e304e023.tar.bz2
rtmux-07aef385910f46e09804756231ff1ef3e304e023.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f0fef0d5..f0f0d13c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1604,7 +1604,7 @@ void tty_putcode_ptr2(struct tty *, enum tty_code_code, const void *,
void tty_puts(struct tty *, const char *);
void tty_putc(struct tty *, u_char);
void tty_putn(struct tty *, const void *, size_t, u_int);
-void tty_init(struct tty *, struct client *, int, char *);
+int tty_init(struct tty *, struct client *, int, char *);
int tty_resize(struct tty *);
int tty_set_size(struct tty *, u_int, u_int);
void tty_set_class(struct tty *, u_int);