=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.564 retrieving revision 1.565 diff -c -r1.564 -r1.565 *** src/usr.bin/tmux/tmux.h 2015/10/23 16:02:21 1.564 --- src/usr.bin/tmux/tmux.h 2015/10/25 22:29:17 1.565 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.564 2015/10/23 16:02:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.565 2015/10/25 22:29:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1453,1459 **** void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); - const char *format_find(struct format_tree *, const char *); char *format_expand_time(struct format_tree *, const char *, time_t); char *format_expand(struct format_tree *, const char *); void format_defaults(struct format_tree *, struct client *, --- 1453,1458 ----