]> git.stg.codes - stg.git/blobdiff - projects/sgconf/xml.h
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgconf / xml.h
index 25ee35c309affd048ef68b16760fd534c100f7f4..453d5eb60bfadf4aa03ccf7c666691c88227914e 100644 (file)
 #ifndef __STG_SGCONF_XML_H__
 #define __STG_SGCONF_XML_H__
 
-#include <string>
-
 namespace SGCONF
 {
 
-void PrintXML(const std::string& xml);
+class OPTION_BLOCKS;
+class COMMANDS;
+
+void AppendXMLOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
 
 }