=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.977 retrieving revision 1.978 diff -c -r1.977 -r1.978 *** src/usr.bin/tmux/tmux.h 2020/04/09 12:16:16 1.977 --- src/usr.bin/tmux/tmux.h 2020/04/09 14:23:34 1.978 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.977 2020/04/09 12:16:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.978 2020/04/09 14:23:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2468,2474 **** const struct grid_cell *); void screen_alternate_on(struct screen *, struct grid_cell *, int); void screen_alternate_off(struct screen *, struct grid_cell *, int); - /* window.c */ extern struct windows windows; --- 2468,2473 ----