Last change
on this file since 109193 was 105420, checked in by vboxsync, 10 months ago |
libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730
|
File size:
360 bytes
|
Line | |
---|
1 | #ifndef XML_STRING_H_PRIVATE__
|
---|
2 | #define XML_STRING_H_PRIVATE__
|
---|
3 |
|
---|
4 | #include <libxml/xmlstring.h>
|
---|
5 |
|
---|
6 | XML_HIDDEN int
|
---|
7 | xmlStrVASPrintf(xmlChar **out, int maxSize, const char *msg, va_list ap);
|
---|
8 | XML_HIDDEN int
|
---|
9 | xmlStrASPrintf(xmlChar **out, int maxSize, const char *msg, ...);
|
---|
10 | XML_HIDDEN xmlChar *
|
---|
11 | xmlEscapeFormatString(xmlChar **msg);
|
---|
12 |
|
---|
13 | #endif /* XML_STRING_H_PRIVATE__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.