aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-09-24 17:55:06 +0100
committerThomas Adam <thomas@xteddy.org>2012-09-24 17:55:06 +0100
commite342304134b8012ae62cb627dc9e322411dd48b1 (patch)
tree822f7301a0a7ee9f46a1906e6b565bb490c2b7dd /tmux.h
parentd785c37ee277457433daf1553424b1d815f9e2f9 (diff)
parent84612a8196341839c5a18362b68047aa1b011a50 (diff)
downloadrtmux-e342304134b8012ae62cb627dc9e322411dd48b1.tar.gz
rtmux-e342304134b8012ae62cb627dc9e322411dd48b1.tar.bz2
rtmux-e342304134b8012ae62cb627dc9e322411dd48b1.zip
Merge branch 'obsd-master'
Conflicts: cmd.c format.c osdep-openbsd.c tmux.h
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 9374012b..83bcb878 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2217,6 +2217,7 @@ void clear_signals(int);
/* control.c */
void control_callback(struct client *, int, void*);
void printflike2 control_write(struct client *, const char *, ...);
+void control_write_buffer(struct client *, struct evbuffer *);
/* control-notify.c */
void control_notify_window_layout_changed(struct window *);