aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-13 12:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-13 12:01:11 +0100
commit6270392d0448b9c949dcc6698962446ff5988383 (patch)
treedaa1be979c7b8fbd8e18c1fdcb0a9ba8d2fcc01e /tmux.h
parent6551f4bb3b651aa2dba77a98cc42828737b88306 (diff)
parent4d9e6ea3106ea06afa4583254549d525b31ed277 (diff)
downloadrtmux-6270392d0448b9c949dcc6698962446ff5988383.tar.gz
rtmux-6270392d0448b9c949dcc6698962446ff5988383.tar.bz2
rtmux-6270392d0448b9c949dcc6698962446ff5988383.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 c09368d8..0eab8b76 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1732,6 +1732,7 @@ int cmd_find_target(struct cmd_find_state *,
struct client *cmd_find_client(struct cmd_q *, const char *, int);
void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
int);
+int cmd_find_empty_state(struct cmd_find_state *);
int cmd_find_valid_state(struct cmd_find_state *);
void cmd_find_copy_state(struct cmd_find_state *,
struct cmd_find_state *);