From 1340c012b05695fea9e2ee9d07b477c7d8150129 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 12 May 2012 15:00:19 +0000 Subject: Sync OpenBSD patchset 1111: Add a helper function to open the terminal for attach-/new-session. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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); -- cgit