-bool AddUserFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & options);
-
-bool ChgUserFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & options);
-
-bool CheckUserFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & options);
-
-bool SendMessageFunction(const CONFIG & config,
- const std::string & arg,
- const std::map<std::string, std::string> & options);