summaryrefslogtreecommitdiffstats
path: root/core/parser-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/parser-cfg.h')
-rw-r--r--core/parser-cfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/parser-cfg.h b/core/parser-cfg.h
index e083803edd..65a4b49496 100644
--- a/core/parser-cfg.h
+++ b/core/parser-cfg.h
@@ -21,6 +21,7 @@
#include "m_config.h"
-int m_config_parse_config_file(m_config_t* config, const char *conffile);
+int m_config_parse_config_file(m_config_t* config, const char *conffile,
+ int flags);
#endif /* MPLAYER_PARSER_CFG_H */