=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.757 retrieving revision 1.758 diff -u -r1.757 -r1.758 --- src/usr.bin/tmux/tmux.h 2017/05/03 05:53:34 1.757 +++ src/usr.bin/tmux/tmux.h 2017/05/04 07:16:43 1.758 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.757 2017/05/03 05:53:34 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.758 2017/05/04 07:16:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2208,7 +2208,9 @@ /* control-notify.c */ void control_notify_input(struct client *, struct window_pane *, struct evbuffer *); +void control_notify_pane_mode_changed(int); void control_notify_window_layout_changed(struct window *); +void control_notify_window_pane_changed(struct window *); void control_notify_window_unlinked(struct session *, struct window *); void control_notify_window_linked(struct session *, struct window *); void control_notify_window_renamed(struct window *); @@ -2216,6 +2218,7 @@ void control_notify_session_renamed(struct session *); void control_notify_session_created(struct session *); void control_notify_session_closed(struct session *); +void control_notify_session_window_changed(struct session *); /* session.c */ extern struct sessions sessions;