view parser-cfg.h @ 20357:3cec4506b350

Provide fallback definition for uint_fast64_t as well. Fixes a compilation problem on glibc 2.0 systems. taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz
author diego
date Sun, 22 Oct 2006 14:45:54 +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