summaryrefslogtreecommitdiff
path: root/genx.h
diff options
context:
space:
mode:
Diffstat (limited to 'genx.h')
-rw-r--r--genx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/genx.h b/genx.h
index 0d4fd48..d41c4d0 100644
--- a/genx.h
+++ b/genx.h
@@ -195,6 +195,14 @@ genxStatus genxStartDocSender(genxWriter w, genxSender * sender);
genxStatus genxEndDocument(genxWriter w);
/*
+ * Write XML declaration. If encoding or standalone are NULL, then those
+ * attributes are omitted.
+ */
+genxStatus genxXmlDeclaration(genxWriter w,
+ constUtf8 version,
+ constUtf8 encoding,
+ constUtf8 standalone);
+/*
* Write a comment
*/
genxStatus genxComment(genxWriter w, constUtf8 text);