aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-09 12:09:33 +0000
committernicm <nicm>2017-02-09 12:09:33 +0000
commitb1fa3e25e437ae51b985dcfa964fb6da713b3c15 (patch)
tree3956ba631261c76e7e726d75f3f244e3dc09f6ba /tmux.h
parentb7ddfb39f3f258915b59ca8aac835631558ee7c5 (diff)
downloadrtmux-b1fa3e25e437ae51b985dcfa964fb6da713b3c15.tar.gz
rtmux-b1fa3e25e437ae51b985dcfa964fb6da713b3c15.tar.bz2
rtmux-b1fa3e25e437ae51b985dcfa964fb6da713b3c15.zip
Break the message storage function into its own function, useful for
debugging.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a2bb7c55..09c980df 100644
--- a/tmux.h
+++ b/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 *);