summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h
index 80897ce0e4..21df442c55 100644
--- a/m_config.h
+++ b/m_config.h
@@ -153,6 +153,9 @@ int m_config_parse_suboptions(struct m_config *config, char *name,
const struct m_option *m_config_get_option(const struct m_config *config,
struct bstr name);
+struct m_config_option *m_config_get_co(const struct m_config *config,
+ struct bstr name);
+
/* Print a list of all registered options.
* \param config The config object.
*/