=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1098 retrieving revision 1.1099 diff -u -r1.1098 -r1.1099 --- src/usr.bin/tmux/tmux.h 2021/03/11 06:41:04 1.1098 +++ src/usr.bin/tmux/tmux.h 2021/03/11 07:08:18 1.1099 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1098 2021/03/11 06:41:04 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1099 2021/03/11 07:08:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1947,6 +1947,7 @@ struct format_tree; struct format_modifier; typedef void *(*format_cb)(struct format_tree *); +void format_tidy_jobs(void); const char *format_skip(const char *, const char *); int format_true(const char *); struct format_tree *format_create(struct client *, struct cmdq_item *, int,