view parser-cfg.h @ 24332:012188d367d3

add ; at the end of the sed commands. this fixes operation under cygwin.
author ivo
date Thu, 06 Sep 2007 16:28:31 +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