commit | 011b63cb2034476017dde1d4ad5a6aea43b94066 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Wed Jun 02 17:44:04 1999 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Wed Jun 02 17:44:04 1999 +0000 |
tree | 5eb636d84598f6ccad47c88aff74f78cc3a2f233 | |
parent | 27d88744f942598a7ea4d0a4a0902ecb0f2db50b [diff] [blame] |
Release of libxml-1.1, Daniel.
diff --git a/include/libxml/tree.h b/include/libxml/tree.h index ff6b55f..5907e24 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h
@@ -362,6 +362,7 @@ */ void xmlBufferWriteCHAR(xmlBufferPtr buf, const CHAR *string); void xmlBufferWriteChar(xmlBufferPtr buf, const char *string); +void xmlBufferWriteQuotedString(xmlBufferPtr buf, const CHAR *string); /* * Saving