X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/85513928f6a270af94c1477f5ae2773647b04cd7..29e9a2de0b45893850bbf56ee38e7fd235a6df15:/projects/sgconf/admins.h?ds=sidebyside diff --git a/projects/sgconf/admins.h b/projects/sgconf/admins.h deleted file mode 100644 index d3271724..00000000 --- a/projects/sgconf/admins.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __STG_SGCONF_ADMINS_H__ -#define __STG_SGCONF_ADMINS_H__ - -#include -#include - -namespace SGCONF -{ - -struct 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