=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.532 retrieving revision 1.533 diff -c -r1.532 -r1.533 *** src/usr.bin/tmux/tmux.h 2015/08/28 07:49:24 1.532 --- src/usr.bin/tmux/tmux.h 2015/08/28 11:38:27 1.533 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.532 2015/08/28 07:49:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.533 2015/08/28 11:38:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1449,1455 **** /* 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 *); --- 1449,1454 ----