=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.976 retrieving revision 1.977 diff -c -r1.976 -r1.977 *** src/usr.bin/tmux/tmux.h 2020/04/08 11:26:07 1.976 --- src/usr.bin/tmux/tmux.h 2020/04/09 12:16:16 1.977 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.976 2020/04/08 11:26:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.977 2020/04/09 12:16:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1995,2000 **** --- 1995,2001 ---- void tty_resize(struct tty *); void tty_set_size(struct tty *, u_int, u_int, u_int, u_int); void tty_start_tty(struct tty *); + void tty_send_requests(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); void tty_update_mode(struct tty *, int, struct screen *);