diff options
Diffstat (limited to 'm_config.h')
-rw-r--r-- | m_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h index 6bb1f4ff35..9098a23c97 100644 --- a/m_config.h +++ b/m_config.h @@ -152,6 +152,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. */ |