diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-09-24 17:55:06 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-09-24 17:55:06 +0100 |
commit | e342304134b8012ae62cb627dc9e322411dd48b1 (patch) | |
tree | 822f7301a0a7ee9f46a1906e6b565bb490c2b7dd /tmux.h | |
parent | d785c37ee277457433daf1553424b1d815f9e2f9 (diff) | |
parent | 84612a8196341839c5a18362b68047aa1b011a50 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |