mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private.
9 lines
178 B
C
9 lines
178 B
C
#ifndef XML_STRING_H_PRIVATE__
|
|
#define XML_STRING_H_PRIVATE__
|
|
|
|
#include <libxml/xmlstring.h>
|
|
|
|
xmlChar *xmlEscapeFormatString(xmlChar **msg);
|
|
|
|
#endif /* XML_STRING_H_PRIVATE__ */
|