]> git.stg.codes - stg.git/blobdiff - projects/sgconf/users.h
Implemented some service and corporation management functions.
[stg.git] / projects / sgconf / users.h
index d6c2dd8b1a306337afda216f67aed9bd9cac5866..a7a30f079d1ccfe46e7ac15c9e8711fc3f0b9652 100644 (file)
@@ -29,6 +29,14 @@ 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);
+
 }
 
 #endif