summaryrefslogtreecommitdiffstats
path: root/options/parse_configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/parse_configfile.h')
-rw-r--r--options/parse_configfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/parse_configfile.h b/options/parse_configfile.h
index 65a4b49496..4a42cee001 100644
--- a/options/parse_configfile.h
+++ b/options/parse_configfile.h
@@ -22,6 +22,6 @@
#include "m_config.h"
int m_config_parse_config_file(m_config_t* config, const char *conffile,
- int flags);
+ char *initial_section, int flags);
#endif /* MPLAYER_PARSER_CFG_H */