From 95f427c34e4db9d7456d2d747e6cd6b54d8badcc Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 3 Mar 2012 09:16:52 +0000 Subject: Sync OpenBSD patchset 1032: Allow a single option to be specified to show-options to show just that option. --- tmux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b8caee43..7a38777b 100644 --- a/tmux.h +++ b/tmux.h @@ -1415,6 +1415,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; -- cgit