From e3c3d746f7e78e5327627bed665a98e72d874774 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 21 Sep 2009 14:46:47 +0000 Subject: Move common code from show-options and show-window-options into a function. --- tmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 64409ae8..3f804b72 100644 --- a/tmux.h +++ b/tmux.h @@ -1238,6 +1238,8 @@ void tty_keys_free(struct tty *); int tty_keys_next(struct tty *, int *, u_char *); /* options-cmd.c */ +const char *set_option_print( + const struct set_option_entry *, struct options_entry *); void set_option_string(struct cmd_ctx *, struct options *, const struct set_option_entry *, char *, int); void set_option_number(struct cmd_ctx *, -- cgit