VirtualBox

source: vbox/trunk/src/libs/libxml2-2.13.2/include/private/string.h@ 109193

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
6XML_HIDDEN int
7xmlStrVASPrintf(xmlChar **out, int maxSize, const char *msg, va_list ap);
8XML_HIDDEN int
9xmlStrASPrintf(xmlChar **out, int maxSize, const char *msg, ...);
10XML_HIDDEN xmlChar *
11xmlEscapeFormatString(xmlChar **msg);
12
13#endif /* XML_STRING_H_PRIVATE__ */
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette