=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.977 retrieving revision 1.978 diff -u -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 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.977 2020/04/09 12:16:16 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.978 2020/04/09 14:23:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2468,7 +2468,6 @@ 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;