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, 1 insertions, 2 deletions
diff --git a/m_config.h b/m_config.h
index 56413b60a4..3441350c0e 100644
--- a/m_config.h
+++ b/m_config.h
@@ -102,8 +102,7 @@ struct m_config *
m_config_new(void *optstruct,
int includefunc(struct m_config *conf, char *filename));
-struct m_config *m_config_simple(const struct m_option *options,
- void *optstruct);
+struct m_config *m_config_simple(void *optstruct);
// Free a config object.
void m_config_free(struct m_config *config);