diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-13 12:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-13 12:01:11 +0100 |
commit | 6270392d0448b9c949dcc6698962446ff5988383 (patch) | |
tree | daa1be979c7b8fbd8e18c1fdcb0a9ba8d2fcc01e /tmux.h | |
parent | 6551f4bb3b651aa2dba77a98cc42828737b88306 (diff) | |
parent | 4d9e6ea3106ea06afa4583254549d525b31ed277 (diff) | |
download | rtmux-6270392d0448b9c949dcc6698962446ff5988383.tar.gz rtmux-6270392d0448b9c949dcc6698962446ff5988383.tar.bz2 rtmux-6270392d0448b9c949dcc6698962446ff5988383.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |