summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-22 10:56:48 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-22 10:56:48 +0000
commit682884edc5ef0b6ded98b385fce3066e820317ff (patch)
tree7c4c263a8a0efc26d181714998beef142d628225 /tmux.h
parent82b053a81135c0873f9aa8824386e63abd48bbc4 (diff)
Add a helper function to send ready message.
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 b142c696..6c88fac1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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(