]> git.stg.codes - stg.git/blobdiff - projects/sgconf/corps.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / sgconf / corps.h
diff --git a/projects/sgconf/corps.h b/projects/sgconf/corps.h
deleted file mode 100644 (file)
index 58a6516..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef __STG_SGCONF_CORPS_H__
-#define __STG_SGCONF_CORPS_H__
-
-#include <string>
-#include <map>
-
-namespace SGCONF
-{
-
-struct CONFIG;
-
-bool GetCorpsFunction(const CONFIG & config,
-                      const std::string & /*arg*/,
-                      const std::map<std::string, std::string> & /*options*/);
-
-bool GetCorpFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & /*options*/);
-
-bool DelCorpFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & /*options*/);
-
-bool AddCorpFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & options);
-
-bool ChgCorpFunction(const CONFIG & config,
-                     const std::string & arg,
-                     const std::map<std::string, std::string> & options);
-
-} // namespace SGCONF
-
-#endif