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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/options/parse_configfile.h b/options/parse_configfile.h
index f603125822..3622fc87da 100644
--- a/options/parse_configfile.h
+++ b/options/parse_configfile.h
@@ -20,8 +20,9 @@
#include "m_config_frontend.h"
-int m_config_parse_config_file(m_config_t* config, const char *conffile,
- char *initial_section, int flags);
+int m_config_parse_config_file(m_config_t* config, struct mpv_global *global,
+ const char *conffile, char *initial_section,
+ int flags);
int m_config_parse(m_config_t *config, const char *location, bstr data,
char *initial_section, int flags);