mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
5
sdk/lib/3rdparty/libxml2/save.h
vendored
5
sdk/lib/3rdparty/libxml2/save.h
vendored
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Summary: Internal Interfaces for saving in libxml2
|
||||
* Description: this module describes a few interfaces which were
|
||||
* addded along with the API changes in 2.9.0
|
||||
* added along with the API changes in 2.9.0
|
||||
* those are private routines at this point
|
||||
*
|
||||
* Copy: See Copyright for the status of this software.
|
||||
|
@ -25,9 +25,10 @@ void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table);
|
|||
void xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem);
|
||||
void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
|
||||
void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
|
||||
xmlChar *xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input);
|
||||
#endif
|
||||
|
||||
xmlChar *xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue