#ifndef _CONF_LOADER_H_
	#define _CONF_LOADER_H_

extern char successed_config_filename[128];

void InitPlgConfig(const char *path);

#endif
