=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.514 retrieving revision 1.515 diff -u -r1.514 -r1.515 --- src/usr.bin/tmux/tmux.h 2015/05/12 22:40:38 1.514 +++ src/usr.bin/tmux/tmux.h 2015/05/27 13:28:04 1.515 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.514 2015/05/12 22:40:38 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.515 2015/05/27 13:28:04 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1475,7 +1475,9 @@ /* format.c */ struct format_tree; +void format_clean(void); struct format_tree *format_create(void); +struct format_tree *format_create_status(int); void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...);