view parser-cfg.h @ 24509:767a9fd651c7

Copy AC-3 bsmod field into IEC data-type field as required by the specs Is not known to make any difference in practice (yet?). Patch by Ulion (ulion2002 gmail com) minus a cast that seemed unnecessary (beat me if I was wrong ;-) )
author reimar
date Sat, 15 Sep 2007 16:39:39 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_cfg_h
#define _parser_cfg_h

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

#endif