mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
10 lines
190 B
C
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__ */
|