summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-07-13 15:51:31 +0000
committernicm <nicm@openbsd.org>2015-07-13 15:51:31 +0000
commitbd23a6349a8f8eca917153cc46dba16bfe9ca923 (patch)
tree795fc0e56eac78810aa1bcb9490240686dbf31a3 /usr.bin/tmux/tmux.h
parentInitialize cwd fd to -1 so that we don't close fd 0 if the client is (diff)
downloadwireguard-openbsd-bd23a6349a8f8eca917153cc46dba16bfe9ca923.tar.xz
wireguard-openbsd-bd23a6349a8f8eca917153cc46dba16bfe9ca923.zip
Fix line endings.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 36b72676042..315e8522ffe 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.527 2015/07/13 15:49:31 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.528 2015/07/13 15:51:31 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1600,7 +1600,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);
-int 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);