aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-22 20:59:58 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-22 20:59:58 +0000
commitbaafc17a1e9e6b622bcb36dfd096c1316dcbbfda (patch)
treea8cee0e0b6e567393d9a9552fa6df3c9e75914f7 /tmux.h
parent49b2a255b6a596f738d867ad721c476cb0174910 (diff)
downloadrtmux-baafc17a1e9e6b622bcb36dfd096c1316dcbbfda.tar.gz
rtmux-baafc17a1e9e6b622bcb36dfd096c1316dcbbfda.tar.bz2
rtmux-baafc17a1e9e6b622bcb36dfd096c1316dcbbfda.zip
Sync OpenBSD patchset 1118:
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 7679caca..293abfd9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1739,6 +1739,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(