summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-02-06 00:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2023-02-06 00:01:11 +0000
commite25926d3c4b7b836228d371a2c6450c913986c8f (patch)
tree2b383c5878f861659b047eab5070962be9e859a0 /tmux.h
parent493922dc4b150218ab35fbbb8c5cf6a90fc4f24c (diff)
parent0cb75f1332f7d2b5a3c610c2d76c5c53ef129c7c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 11bae046..ff77f780 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2680,6 +2680,7 @@ struct client_window *server_client_add_client_window(struct client *, u_int);
struct window_pane *server_client_get_pane(struct client *);
void server_client_set_pane(struct client *, struct window_pane *);
void server_client_remove_pane(struct window_pane *);
+void server_client_print(struct client *, int, struct evbuffer *);
/* server-fn.c */
void server_redraw_client(struct client *);