view parser-cfg.h @ 22020:a40f222a31df

Hack: use refmode == 1 instead of == 0, as browsers behave like this and buggy files like http://samples.mplayerhq.hu/GIF/broken-gif/CLAIRE.GIF rely on this.
author reimar
date Sun, 28 Jan 2007 10:34:11 +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