ReactOS 0.4.16-dev-2232-gc2aaa52
save.h
Go to the documentation of this file.
1#ifndef XML_SAVE_H_PRIVATE__
2#define XML_SAVE_H_PRIVATE__
3
4#include <libxml/tree.h>
5#include <libxml/xmlversion.h>
6
7#ifdef LIBXML_OUTPUT_ENABLED
8
9XML_HIDDEN void
10xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
11 xmlAttrPtr attr, const xmlChar * string);
12XML_HIDDEN void
13xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);
14
15#endif /* LIBXML_OUTPUT_ENABLED */
16
17#endif /* XML_SAVE_H_PRIVATE__ */
FxCollectionEntry * cur
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:7751
#define XML_HIDDEN
Definition: libxml.h:52
Definition: cookie.c:202
unsigned char xmlChar
Definition: xmlstring.h:28