aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-05-27 16:01:22 +0100
committerThomas Adam <thomas@xteddy.org>2015-05-27 16:01:22 +0100
commitbeffdf6575454f5f99ed45222cdef6dbea65ec58 (patch)
treefb8d6c73254fd94bac56953306321b75af537e09 /tmux.h
parentf538f2ae9ba4c5705718e8f7dda32921419685ba (diff)
parent379400cfa69f8df9ac13b070c60d5f8a282ddf6e (diff)
downloadrtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.tar.gz
rtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.tar.bz2
rtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 054a859a..c57a3f8c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1479,7 +1479,9 @@ void cfg_show_causes(struct session *);
/* 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 *);
void printflike(3, 4) format_add(struct format_tree *, const char *,
const char *, ...);