diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-05-27 16:01:22 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-05-27 16:01:22 +0100 |
commit | beffdf6575454f5f99ed45222cdef6dbea65ec58 (patch) | |
tree | fb8d6c73254fd94bac56953306321b75af537e09 /tmux.h | |
parent | f538f2ae9ba4c5705718e8f7dda32921419685ba (diff) | |
parent | 379400cfa69f8df9ac13b070c60d5f8a282ddf6e (diff) | |
download | rtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.tar.gz rtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.tar.bz2 rtmux-beffdf6575454f5f99ed45222cdef6dbea65ec58.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *, ...); |