aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-12-07 12:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2022-12-07 12:01:09 +0000
commit6249a4b8666d02e384d48df8516cc9261aa3b3ad (patch)
treec08c8d400d482ac22dc4384572cdb5539dda2364 /tmux.h
parent1536b7e206e51488c37379df22b8c58ef3febc28 (diff)
parent7e497c7f2303b29b0f44fe360a78c44ca86b87f9 (diff)
downloadrtmux-6249a4b8666d02e384d48df8516cc9261aa3b3ad.tar.gz
rtmux-6249a4b8666d02e384d48df8516cc9261aa3b3ad.tar.bz2
rtmux-6249a4b8666d02e384d48df8516cc9261aa3b3ad.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 751e8a99..5a065126 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2551,6 +2551,7 @@ u_int cmdq_next(struct client *);
struct cmdq_item *cmdq_running(struct client *);
void cmdq_guard(struct cmdq_item *, const char *, int);
void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);
+void cmdq_print_data(struct cmdq_item *, int, struct evbuffer *);
void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
/* cmd-wait-for.c */