=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.663 retrieving revision 1.664 diff -u -r1.663 -r1.664 --- src/usr.bin/tmux/tmux.h 2016/10/15 00:01:01 1.663 +++ src/usr.bin/tmux/tmux.h 2016/10/15 00:09:30 1.664 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.663 2016/10/15 00:01:01 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.664 2016/10/15 00:09:30 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1742,6 +1742,8 @@ struct session *); int cmd_find_from_winlink(struct cmd_find_state *, struct session *, struct winlink *); +int cmd_find_from_session_window(struct cmd_find_state *, + struct session *, struct window *); int cmd_find_from_window(struct cmd_find_state *, struct window *); int cmd_find_from_pane(struct cmd_find_state *, struct window_pane *);