From baafc17a1e9e6b622bcb36dfd096c1316dcbbfda Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 22 May 2012 20:59:58 +0000 Subject: Sync OpenBSD patchset 1118: Add a helper function to send ready message. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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( -- cgit