=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.597 retrieving revision 1.598 diff -c -r1.597 -r1.598 *** src/usr.bin/tmux/tmux.h 2015/12/08 08:34:18 1.597 --- src/usr.bin/tmux/tmux.h 2015/12/11 12:27:36 1.598 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.597 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.598 2015/12/11 12:27:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1492,1498 **** #define FORMAT_STATUS 0x1 #define FORMAT_FORCE 0x2 struct format_tree; ! struct format_tree *format_create(int); void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); --- 1492,1498 ---- #define FORMAT_STATUS 0x1 #define FORMAT_FORCE 0x2 struct format_tree; ! struct format_tree *format_create(struct cmd_q *, int); void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...);