diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-04-18 17:02:28 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-04-18 17:02:28 +0100 |
commit | 0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57 (patch) | |
tree | 648ec8340967b0845cff4cb2fdcd9a9b5b83cdad /tmux.h | |
parent | 6ebd7375909224a039c9afe8e834af2aba5727b9 (diff) | |
parent | 3dceddd70ea8491aed082efbb551ca352e97e03d (diff) | |
download | rtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.tar.gz rtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.tar.bz2 rtmux-0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |