aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-11 13:24:45 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-11 13:24:45 +0000
commit4909a7017494f7483cfd2180913ad78f87bc9d62 (patch)
tree1e607e3a0d6d1f8872bae01fc8941aaaab1a2108 /tmux.h
parentaf8134a6ffe8304b6cb1849995f446eab8e53b53 (diff)
parentd7e11d0af78bacc7722998509ac93be7fcffc7b4 (diff)
downloadrtmux-4909a7017494f7483cfd2180913ad78f87bc9d62.tar.gz
rtmux-4909a7017494f7483cfd2180913ad78f87bc9d62.tar.bz2
rtmux-4909a7017494f7483cfd2180913ad78f87bc9d62.zip
Merge branch 'obsd-master'
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 e84685cf..e58b7ece 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1494,7 +1494,7 @@ char *paste_make_sample(struct paste_buffer *);
#define FORMAT_STATUS 0x1
#define FORMAT_FORCE 0x2
struct format_tree;
-struct format_tree *format_create(int);
+struct format_tree *format_create(struct cmd_q *, int);
void format_free(struct format_tree *);
void printflike(3, 4) format_add(struct format_tree *, const char *,
const char *, ...);