| Index: third_party/libxml/src/include/libxml/xmlwriter.h
|
| diff --git a/third_party/libxml/src/include/libxml/xmlwriter.h b/third_party/libxml/src/include/libxml/xmlwriter.h
|
| index 91e683c88cf28dd514fc7d45bc3d3803b779ecc3..dd5add341668c549aff41fead5a04c0e3fbdb97c 100644
|
| --- a/third_party/libxml/src/include/libxml/xmlwriter.h
|
| +++ b/third_party/libxml/src/include/libxml/xmlwriter.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Summary: text writing API for XML
|
| * Description: text writing API for XML
|
| @@ -471,6 +470,10 @@ extern "C" {
|
| xmlTextWriterSetIndentString(xmlTextWriterPtr writer,
|
| const xmlChar * str);
|
|
|
| + XMLPUBFUN int XMLCALL
|
| + xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar);
|
| +
|
| +
|
| /*
|
| * misc
|
| */
|
|
|