summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-24 13:39:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-09-24 13:39:10 +0000
commit84612a8196341839c5a18362b68047aa1b011a50 (patch)
tree8a6eafcd06fbbd24cb726c0ae9e76554200161c5 /tmux.h
parent42272dfbd5058724fc094eb3ea438ec6b7eb6cff (diff)
Add control_write_buffer, from George Nachman.
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 90019bf2..b1e1eeeb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2221,6 +2221,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 *);