view parser-cfg.h @ 23540:d655edc9d107

When parsing ass-force-style arguments, search for '=' and '.' characters with strrchr. This allows using it for styles whose name contains those characters. Patch by ѧߧܧ яڏ <branko majic at gmail com>.
author eugeni
date Fri, 15 Jun 2007 22:22:16 +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