#ifndef _CFG_H_ #define _CFG_H_ #ifdef __cplusplus extern "C" { #endif bool cfg_parsefile(char * fname, int maxsize); #ifdef __cplusplus } #endif #endif