diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-13 12:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-13 12:01:12 +0000 |
commit | 2311bbd28a227a8b6e6e52bf30665b37315cad11 (patch) | |
tree | 01fc816db0980b40d0b75905a097b20719fd4156 /tmux.h | |
parent | d4cb178249c6c73c6197e34e871c2b8e803de175 (diff) | |
parent | 95950bf668cee5a80cd9bbe28d7134a52a240426 (diff) | |
download | rtmux-2311bbd28a227a8b6e6e52bf30665b37315cad11.tar.gz rtmux-2311bbd28a227a8b6e6e52bf30665b37315cad11.tar.bz2 rtmux-2311bbd28a227a8b6e6e52bf30665b37315cad11.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -445,6 +445,7 @@ enum msgtype { MSG_SUSPEND, MSG_UNLOCK, MSG_WAKEUP, + MSG_EXEC, }; /* @@ -1882,6 +1883,7 @@ int server_client_open(struct client *, char **); void server_client_unref(struct client *); void server_client_lost(struct client *); void server_client_detach(struct client *, enum msgtype); +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 *); |