=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.864 retrieving revision 1.865 diff -c -r1.864 -r1.865 *** src/usr.bin/tmux/tmux.h 2019/03/14 09:53:52 1.864 --- src/usr.bin/tmux/tmux.h 2019/03/14 23:14:27 1.865 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.864 2019/03/14 09:53:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.865 2019/03/14 23:14:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1585,1591 **** void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); ! char *format_expand_time(struct format_tree *, const char *, time_t); char *format_expand(struct format_tree *, const char *); char *format_single(struct cmdq_item *, const char *, struct client *, struct session *, struct winlink *, --- 1585,1591 ---- void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); ! char *format_expand_time(struct format_tree *, const char *); char *format_expand(struct format_tree *, const char *); char *format_single(struct cmdq_item *, const char *, struct client *, struct session *, struct winlink *,