=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1011 retrieving revision 1.1012 diff -c -r1.1011 -r1.1012 *** src/usr.bin/tmux/tmux.h 2020/04/20 13:25:36 1.1011 --- src/usr.bin/tmux/tmux.h 2020/04/20 14:59:31 1.1012 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1011 2020/04/20 13:25:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1012 2020/04/20 14:59:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1992,1998 **** void tty_cmd_setselection(struct tty *, const struct tty_ctx *); void tty_cmd_rawstring(struct tty *, const struct tty_ctx *); void tty_cmd_syncstart(struct tty *, const struct tty_ctx *); - void tty_cmd_syncend(struct tty *, const struct tty_ctx *); /* tty-term.c */ extern struct tty_terms tty_terms; --- 1992,1997 ----