#ifndef __STG_SGCONF_CORPS_H__ #define __STG_SGCONF_CORPS_H__ #include #include namespace SGCONF { struct CONFIG; bool GetCorpsFunction(const CONFIG & config, const std::string & /*arg*/, const std::map & /*options*/); bool GetCorpFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool DelCorpFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool AddCorpFunction(const CONFIG & config, const std::string & arg, const std::map & options); bool ChgCorpFunction(const CONFIG & config, const std::string & arg, const std::map & options); } // namespace SGCONF #endif