From cf55fa64710bdd5999b437f0cccdb036324ae11e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 10 Apr 2015 20:40:50 +0200 Subject: player: use config parser for setting up pseudo-gui profile --- options/parse_configfile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options/parse_configfile.h') diff --git a/options/parse_configfile.h b/options/parse_configfile.h index 4a42cee001..3cf54b54db 100644 --- a/options/parse_configfile.h +++ b/options/parse_configfile.h @@ -24,4 +24,7 @@ int m_config_parse_config_file(m_config_t* config, 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); + #endif /* MPLAYER_PARSER_CFG_H */ -- cgit v1.2.3