-struct CONFIG;
-
-bool GetServicesFunction(const CONFIG & config,
- const std::string & /*arg*/,
- const std::map<std::string, std::string> & /*options*/);
-
-bool GetServiceFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & /*options*/);
-
-bool DelServiceFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & /*options*/);
-
-bool AddServiceFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & options);