mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Break the message storage function into its own function, useful for
debugging.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1828,6 +1828,8 @@ void server_client_exec(struct client *, const char *);
|
||||
void server_client_loop(void);
|
||||
void server_client_push_stdout(struct client *);
|
||||
void server_client_push_stderr(struct client *);
|
||||
void printflike(2, 3) server_client_add_message(struct client *, const char *,
|
||||
...);
|
||||
|
||||
/* server-fn.c */
|
||||
void server_fill_environ(struct session *, struct environ *);
|
||||
|
||||
Reference in New Issue
Block a user