view parser-cfg.h @ 21555:ababf115f90d

Avoid deprecated _sleep, instead include windows.h and use Sleep just like osdep/timer-win2.c does. Patch by Zuxy Meng [zuxy meng (at) gmail com]
author reimar
date Sun, 10 Dec 2006 14:04:27 +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