#ifndef CFGFILE_H #define CFGFILE_H #include extern "C" int CfgFileOpen( const char *path, const time_t cur_ms, const time_t cur_sec ); #endif /* CFGFILE_H */