#ifndef _DS_CONF_LOADER_H_
	#define _DS_CONF_LOADER_H_

extern char successed_config_filename[128];

void InitConfig(const char *path);

#endif
