Handle vga_init() error and output error message.
[mplayer/glamo.git] / parser-cfg.h
blob852a68f69771656722deed78e9df37320b94b278
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 #endif /* MPLAYER_PARSER_CFG_H */