=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1051 retrieving revision 1.1052 diff -u -r1.1051 -r1.1052 --- src/usr.bin/tmux/tmux.h 2020/05/24 09:13:06 1.1051 +++ src/usr.bin/tmux/tmux.h 2020/05/24 09:40:17 1.1052 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1051 2020/05/24 09:13:06 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1052 2020/05/24 09:40:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -45,7 +45,7 @@ struct cmdq_list; struct cmdq_state; struct cmds; -struct control_offsets; +struct control_state; struct environ; struct format_job_tree; struct format_tree; @@ -1563,7 +1563,7 @@ struct cmdq_list *queue; struct client_windows windows; - struct control_offsets *offsets; + struct control_state *control_state; pid_t pid; int fd; @@ -2813,6 +2813,7 @@ /* control.c */ void control_start(struct client *); +void control_stop(struct client *); void control_set_pane_on(struct client *, struct window_pane *); void control_set_pane_off(struct client *, struct window_pane *); struct window_pane_offset *control_pane_offset(struct client *,