=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.823 retrieving revision 1.824 diff -u -r1.823 -r1.824 --- src/usr.bin/tmux/tmux.h 2018/04/10 10:48:44 1.823 +++ src/usr.bin/tmux/tmux.h 2018/04/18 14:35:37 1.824 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.823 2018/04/10 10:48:44 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.824 2018/04/18 14:35:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1772,6 +1772,7 @@ /* cmd-find.c */ int cmd_find_target(struct cmd_find_state *, struct cmdq_item *, const char *, enum cmd_find_type, int); +struct client *cmd_find_best_client(struct session *); struct client *cmd_find_client(struct cmdq_item *, const char *, int); void cmd_find_clear_state(struct cmd_find_state *, int); int cmd_find_empty_state(struct cmd_find_state *);