mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef XML_INCLUDE_H_PRIVATE__
|
|
#define XML_INCLUDE_H_PRIVATE__
|
|
|
|
#include <libxml/xinclude.h>
|
|
|
|
XML_HIDDEN int
|
|
xmlXIncludeSetStreamingMode(xmlXIncludeCtxtPtr ctxt, int mode);
|
|
|
|
#endif /* XML_INCLUDE_H_PRIVATE__ */
|