summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-03-14 23:14:27 +0000
committernicm <nicm>2019-03-14 23:14:27 +0000
commit10d60faba5d06db707a752be47dbb12abd4b8168 (patch)
tree6d5b681af6fde11533c5bd1f809e94e0ff94246d /tmux.h
parentbace79a5715932f093d4c17db5d49af8e6594916 (diff)
Store the time in the format tree rather than passing it around.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 87873bf6..95e59e36 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1585,7 +1585,7 @@ struct format_tree *format_create(struct client *, struct cmdq_item *, int,
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_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 *,