X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7723eaf21d7d3d0d865545a890d74f3724bf23d2..7ef8de40e0bcdd931f5a400fd586fee3a1aaaeea:/projects/sgconf/xml.h?ds=inline

diff --git a/projects/sgconf/xml.h b/projects/sgconf/xml.h
index 25ee35c3..d00d441f 100644
--- a/projects/sgconf/xml.h
+++ b/projects/sgconf/xml.h
@@ -18,16 +18,14 @@
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
-#ifndef __STG_SGCONF_XML_H__
-#define __STG_SGCONF_XML_H__
-
-#include <string>
+#pragma once
 
 namespace SGCONF
 {
 
-void PrintXML(const std::string& xml);
+class OPTION_BLOCKS;
+class COMMANDS;
 
-}
+void AppendXMLOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
 
-#endif
+}