summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 9440bd5833..8befc51805 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -190,6 +190,8 @@ int m_config_set_option_node(struct m_config *config, bstr name,
int m_config_parse_suboptions(struct m_config *config, char *name,
char *subopts);
+struct m_config_option *m_config_get_co_raw(const struct m_config *config,
+ struct bstr name);
struct m_config_option *m_config_get_co(const struct m_config *config,
struct bstr name);