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, 2 insertions, 1 deletions
diff --git a/m_config.h b/m_config.h
index 156f7b8fbb..60064e8771 100644
--- a/m_config.h
+++ b/m_config.h
@@ -96,7 +96,8 @@ typedef struct m_config {
/** \ingroup Config
*/
m_config_t*
-m_config_new(void *optstruct);
+m_config_new(void *optstruct,
+ int includefunc(struct m_option *conf, char *filename));
/// Free a config object.
void