aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-04-18 17:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2018-04-18 17:02:28 +0100
commit0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57 (patch)
tree648ec8340967b0845cff4cb2fdcd9a9b5b83cdad /tmux.h
parent6ebd7375909224a039c9afe8e834af2aba5727b9 (diff)
parent3dceddd70ea8491aed082efbb551ca352e97e03d (diff)
downloadrtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.tar.gz
rtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.tar.bz2
rtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index d124bc07..5593bfbe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1776,6 +1776,7 @@ long long args_strtonum(struct args *, u_char, long long, long long,
/* 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 *);