summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_xml.h b/include/m_xml.h
index 12c7bda369..06231a75e2 100644
--- a/include/m_xml.h
+++ b/include/m_xml.h
@@ -139,7 +139,7 @@ typedef struct
XML_ELEMENT_POS (*positionOfClear)(HXML, int i);
HXML (*parseFile)(LPCTSTR filename, int* datalen, LPCTSTR tag);
- XMLError (*toFile)(HXML node, LPCTSTR filename);
+ XMLError (*toFile)(HXML node, LPCTSTR filename, int withformattiing);
}
XML_API;