X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/70c7a7e4463c27aa6592225fd3ea5e2bc49f048c..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/sgconf/users.h diff --git a/projects/sgconf/users.h b/projects/sgconf/users.h deleted file mode 100644 index a7a30f07..00000000 --- a/projects/sgconf/users.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef __STG_SGCONF_USERS_H__ -#define __STG_SGCONF_USERS_H__ - -#include -#include - -namespace SGCONF -{ - -struct CONFIG; - -bool GetUsersFunction(const CONFIG & config, - const std::string & /*arg*/, - const std::map & /*options*/); - -bool GetUserFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); - -bool DelUserFunction(const CONFIG & config, - const std::string & arg, - const std::map & /*options*/); - -bool AddUserFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); - -bool ChgUserFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); - -bool CheckUserFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); - -bool SendMessageFunction(const CONFIG & config, - const std::string & arg, - const std::map & options); - -} - -#endif