From d054289f668499d6acea307f14c62d44d35b6840 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 Dec 2014 01:04:15 +0100 Subject: options: add slightly more sophistcated mechanism for option deprecation --- options/m_option.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'options/m_option.c') diff --git a/options/m_option.c b/options/m_option.c index 36470c792d..f59ce6a47c 100644 --- a/options/m_option.c +++ b/options/m_option.c @@ -3181,3 +3181,11 @@ const m_option_type_t m_option_type_node = { .set = node_set, .get = node_get, }; + +// Special-cased by m_config.c. +const m_option_type_t m_option_type_alias = { + .name = "alias", +}; +const m_option_type_t m_option_type_removed = { + .name = "removed", +}; -- cgit v1.2.3