=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.527 retrieving revision 1.528 diff -c -r1.527 -r1.528 *** src/usr.bin/tmux/tmux.h 2015/07/13 15:49:31 1.527 --- src/usr.bin/tmux/tmux.h 2015/07/13 15:51:31 1.528 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.527 2015/07/13 15:49:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.528 2015/07/13 15:51: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); ! 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); --- 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);