aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-12 15:00:19 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-12 15:00:19 +0000
commit1340c012b05695fea9e2ee9d07b477c7d8150129 (patch)
tree00f7fb1e4442dbe47b7a67a4a791a9b287f92e32 /tmux.h
parent2f0db58777e2293d0aa6d96c1d59660b541ee2db (diff)
downloadrtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.tar.gz
rtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.tar.bz2
rtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.zip
Sync OpenBSD patchset 1111:
Add a helper function to open the terminal for attach-/new-session.
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 e86da24f..9f99c66a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1719,6 +1719,7 @@ void server_add_accept(int);
/* server-client.c */
void server_client_create(int);
+int server_client_open(struct client *, struct session *, char **);
void server_client_lost(struct client *);
void server_client_callback(int, short, void *);
void server_client_status_timer(void);