]> git.stg.codes - stg.git/blobdiff - projects/sgconf/users.h
Revert "Merge remote-tracking branch 'origin/master' into ticket37"
[stg.git] / projects / sgconf / users.h
diff --git a/projects/sgconf/users.h b/projects/sgconf/users.h
deleted file mode 100644 (file)
index d6c2dd8..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef __STG_SGCONF_USERS_H__
-#define __STG_SGCONF_USERS_H__
-
-#include <string>
-#include <map>
-
-namespace SGCONF
-{
-
-struct CONFIG;
-
-bool GetUsersFunction(const CONFIG & config,
-                      const std::string & /*arg*/,
-                      const std::map<std::string, std::string> & /*options*/);
-
-bool GetUserFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & /*options*/);
-
-bool DelUserFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & /*options*/);
-
-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);
-
-}
-
-#endif