summaryrefslogtreecommitdiffstats
path: root/parser-cfg.h
blob: f1867c52d06f8647cae7e0172ea23b39cd054ad1 (plain)
1
2
3
4
5
6
#ifndef MPLAYER_PARSER_CFG_H
#define MPLAYER_PARSER_CFG_H

int m_config_parse_config_file(m_config_t* config, char *conffile);

#endif /* MPLAYER_PARSER_CFG_H */