=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.526 retrieving revision 1.527 diff -c -r1.526 -r1.527 *** src/usr.bin/tmux/tmux.h 2015/06/17 16:50:28 1.526 --- src/usr.bin/tmux/tmux.h 2015/07/13 15:49:31 1.527 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.526 2015/06/17 16:50:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.527 2015/07/13 15:49:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1600,1606 **** 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_resize(struct tty *); int tty_set_size(struct tty *, u_int, u_int); void tty_set_class(struct tty *, u_int); --- 1600,1606 ---- 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_resize(struct tty *); int tty_set_size(struct tty *, u_int, u_int); void tty_set_class(struct tty *, u_int);