]> git.stg.codes - stg.git/blobdiff - projects/sgconf/tariffs.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / sgconf / tariffs.h
diff --git a/projects/sgconf/tariffs.h b/projects/sgconf/tariffs.h
deleted file mode 100644 (file)
index 28f25f9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef __STG_SGCONF_TARIFFS_H__
-#define __STG_SGCONF_TARIFFS_H__
-
-#include <string>
-#include <map>
-
-namespace SGCONF
-{
-
-class CONFIG;
-
-bool GetTariffsFunction(const CONFIG & config,
-                        const std::string & /*arg*/,
-                        const std::map<std::string, std::string> & /*options*/);
-
-bool GetTariffFunction(const CONFIG & config,
-                       const std::string & arg,
-                       const std::map<std::string, std::string> & /*options*/);
-
-bool DelTariffFunction(const CONFIG & config,
-                       const std::string & arg,
-                       const std::map<std::string, std::string> & /*options*/);
-
-bool AddTariffFunction(const CONFIG & config,
-                       const std::string & arg,
-                       const std::map<std::string, std::string> & options);
-
-bool ChgTariffFunction(const CONFIG & config,
-                       const std::string & arg,
-                       const std::map<std::string, std::string> & options);
-
-} // namespace SGCONF
-
-#endif