#ifndef _CONF_LOADER_H_
	#define _CONF_LOADER_H_

extern char successed_config_filename[128];

void InitConfig(void);

#endif
