summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-20 11:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-20 11:02:28 +0100
commitadca856806e5eba0bf0a505d78e29d9bd345445f (patch)
tree288203d4c8d45450aa05badd359e066fc7862265 /tmux.h
parent03945276f7010a69969714f8b581d68ee9ff92ba (diff)
parentc1ede507d954b98a73c40665e7aee6fe5f0c5bce (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 3473366e..009c1927 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1821,6 +1821,9 @@ struct options_entry *options_set_number(struct options *, const char *,
long long);
struct options_entry *options_set_style(struct options *, const char *, int,
const char *);
+enum options_table_scope options_scope_from_name(struct args *, int,
+ const char *, struct cmd_find_state *, struct options **,
+ char **);
enum options_table_scope options_scope_from_flags(struct args *, int,
struct cmd_find_state *, struct options **, char **);