#ifndef __STG_SGCONF_ADMINS_H__ #define __STG_SGCONF_ADMINS_H__ #include #include namespace SGCONF { class CONFIG; bool GetAdminsFunction(const CONFIG & config, const std::string & /*arg*/, const std::map & /*options*/); bool GetAdminFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool DelAdminFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool AddAdminFunction(const CONFIG & config, const std::string & arg, const std::map & options); bool ChgAdminFunction(const CONFIG & config, const std::string & arg, const std::map & options); } // namespace SGCONF #endif