diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-05-22 10:56:48 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-05-22 10:56:48 +0000 |
commit | 682884edc5ef0b6ded98b385fce3066e820317ff (patch) | |
tree | 7c4c263a8a0efc26d181714998beef142d628225 /tmux.h | |
parent | 82b053a81135c0873f9aa8824386e63abd48bbc4 (diff) | |
download | rtmux-682884edc5ef0b6ded98b385fce3066e820317ff.tar.gz rtmux-682884edc5ef0b6ded98b385fce3066e820317ff.tar.bz2 rtmux-682884edc5ef0b6ded98b385fce3066e820317ff.zip |
Add a helper function to send ready message.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1743,6 +1743,7 @@ void server_window_loop(void); /* server-fn.c */ void server_fill_environ(struct session *, struct environ *); +void server_write_ready(struct client *); int server_write_client( struct client *, enum msgtype, const void *, size_t); void server_write_session( |