=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.954 retrieving revision 1.955 diff -c -r1.954 -r1.955 *** src/usr.bin/tmux/tmux.h 2020/02/03 13:46:27 1.954 --- src/usr.bin/tmux/tmux.h 2020/03/11 14:17:56 1.955 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.954 2020/02/03 13:46:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.955 2020/03/11 14:17:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1822,1827 **** --- 1822,1828 ---- #define FORMAT_PANE 0x80000000U #define FORMAT_WINDOW 0x40000000U struct format_tree; + struct format_modifier; const char *format_skip(const char *, const char *); int format_true(const char *); struct format_tree *format_create(struct client *, struct cmdq_item *, int,