summaryrefslogtreecommitdiff
path: root/include/private/string.h
blob: 0c4bf5413cc9ae5e6bf816083822e9a21e7acc3b (plain)
1
2
3
4
5
6
7
8
#ifndef XML_STRING_H_PRIVATE__
#define XML_STRING_H_PRIVATE__

#include <libxml/xmlstring.h>

xmlChar *xmlEscapeFormatString(xmlChar **msg);

#endif /* XML_STRING_H_PRIVATE__ */