aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-09 14:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-09 14:01:18 +0000
commit96ad1d7779fafb3b11c6af34e715f32b8784f175 (patch)
treea0700990bf4f2deb62ec401ff168539df9972848 /tmux.h
parentcb50a51127f02ea8cfe41152d35bcc27dffc83cf (diff)
parentb1fa3e25e437ae51b985dcfa964fb6da713b3c15 (diff)
downloadrtmux-96ad1d7779fafb3b11c6af34e715f32b8784f175.tar.gz
rtmux-96ad1d7779fafb3b11c6af34e715f32b8784f175.tar.bz2
rtmux-96ad1d7779fafb3b11c6af34e715f32b8784f175.zip
Merge branch 'obsd-master'
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 3b58246b..b54edf3e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1830,6 +1830,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 *);