Sync OpenBSD patchset 1118:

Add a helper function to send ready message.
This commit is contained in:
Tiago Cunha
2012-05-22 20:59:58 +00:00
parent 49b2a255b6
commit baafc17a1e
4 changed files with 9 additions and 2 deletions

1
tmux.h
View File

@ -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(