Overhaul translation handling completely and add options to install specific
[mplayer/glamo.git] / parser-cfg.h
blobd69f77106ac1b57439c2ccf69b8c4fb6c910855f
1 #ifndef MPLAYER_PARSER_CFG_H
2 #define MPLAYER_PARSER_CFG_H
4 #include "m_config.h"
6 int m_config_parse_config_file(m_config_t* config, char *conffile);
8 int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
10 #endif /* MPLAYER_PARSER_CFG_H */