Mercurial > mplayer.hg
view parser-cfg.h @ 26392:f41b913170ea
wording improvements suggested by the Wanderer
author | diego |
---|---|
date | Sat, 12 Apr 2008 22:01:16 +0000 |
parents | 83c95bd31aab |
children | 7a36d5941fd8 |
line wrap: on
line source
#ifndef MPLAYER_PARSER_CFG_H #define MPLAYER_PARSER_CFG_H #include "m_config.h" int m_config_parse_config_file(m_config_t* config, char *conffile); #endif /* MPLAYER_PARSER_CFG_H */