Files
reactos/sdk/lib/3rdparty/libxml2/include/private/string.h
2026-01-10 19:03:40 +02:00

10 lines
190 B
C

#ifndef XML_STRING_H_PRIVATE__
#define XML_STRING_H_PRIVATE__
#include <libxml/xmlstring.h>
XML_HIDDEN xmlChar *
xmlEscapeFormatString(xmlChar **msg);
#endif /* XML_STRING_H_PRIVATE__ */