=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.777 retrieving revision 1.778 diff -c -r1.777 -r1.778 *** src/usr.bin/tmux/tmux.h 2017/05/31 10:15:51 1.777 --- src/usr.bin/tmux/tmux.h 2017/05/31 10:29:15 1.778 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.777 2017/05/31 10:15:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.778 2017/05/31 10:29:15 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1661,1668 **** 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_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); --- 1661,1668 ---- 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 *); ! void tty_resize(struct tty *); ! void tty_set_size(struct tty *, u_int, u_int); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *);