1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/libs/xml2/include/private/string.h
2023-06-05 14:01:07 +02:00

9 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__ */