]> git.stg.codes - stg.git/blobdiff - projects/sgconf/xml.h
Some refactoring.
[stg.git] / projects / sgconf / xml.h
index 25ee35c309affd048ef68b16760fd534c100f7f4..549a69b377faee922a8dec5422dd558a91544f2b 100644 (file)
 #define __STG_SGCONF_XML_H__
 
 #include <string>
+#include <map>
 
 namespace SGCONF
 {
 
+struct CONFIG;
+
 void PrintXML(const std::string& xml);
 
+bool RawXMLFunction(const SGCONF::CONFIG & config,
+                    const std::string & arg,
+                    const std::map<std::string, std::string> & /*options*/);
+
 }
 
 #endif