summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
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 52180809..0a484187 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1419,6 +1419,9 @@ void options_table_populate_tree(
const struct options_table_entry *, struct options *);
const char *options_table_print_entry(
const struct options_table_entry *, struct options_entry *);
+int options_table_find(
+ const char *, const struct options_table_entry **,
+ const struct options_table_entry **);
/* job.c */
extern struct joblist all_jobs;