=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.693 retrieving revision 1.694 diff -c -r1.693 -r1.694 *** src/usr.bin/tmux/tmux.h 2017/01/12 15:36:35 1.693 --- src/usr.bin/tmux/tmux.h 2017/01/13 10:12:12 1.694 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.693 2017/01/12 15:36:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.694 2017/01/13 10:12:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 443,448 **** --- 443,449 ---- MSG_SUSPEND, MSG_UNLOCK, MSG_WAKEUP, + MSG_EXEC, }; /* *************** *** 1880,1885 **** --- 1881,1887 ---- 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 *);