]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/servconf_types.h
Added RawXML method and related stuff.
[stg.git] / stglibs / srvconf.lib / include / stg / servconf_types.h
index f46aadb5e80c1647c7456f7eca19a2eb03b8efbf..86df8e959395458dc1eec7cbb0354e1cf886e44d 100644 (file)
@@ -99,6 +99,13 @@ typedef void (* CALLBACK)(bool result, const std::string & reason, const INFO &
 
 } // namespace SERVER_INFO
 
+namespace RAW_XML
+{
+
+typedef void (* CALLBACK)(bool result, const std::string & reason, const std::string & response, void * data);
+
+}
+
 namespace GET_USER
 {