2008-02-22 09:09:46 +00:00
|
|
|
#ifndef MPLAYER_PARSER_CFG_H
|
|
|
|
#define MPLAYER_PARSER_CFG_H
|
2006-09-12 16:24:23 +00:00
|
|
|
|
2008-03-04 23:35:24 +00:00
|
|
|
#include "m_config.h"
|
|
|
|
|
2008-03-04 20:58:25 +00:00
|
|
|
int m_config_parse_config_file(m_config_t* config, char *conffile);
|
2006-09-12 16:24:23 +00:00
|
|
|
|
2008-04-13 19:18:51 +00:00
|
|
|
int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
|
|
|
|
|
2008-02-22 09:09:46 +00:00
|
|
|
#endif /* MPLAYER_PARSER_CFG_H */
|