* 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
+}