From 84612a8196341839c5a18362b68047aa1b011a50 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 24 Sep 2012 13:39:10 +0000 Subject: Add control_write_buffer, from George Nachman. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit v1.2.3