mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
These functions were never declared in public headers, so it should be safe to hide them. Fixes #139.
10 lines
197 B
C
10 lines
197 B
C
#ifndef XML_IO_H_PRIVATE__
|
|
#define XML_IO_H_PRIVATE__
|
|
|
|
#include <libxml/xinclude.h>
|
|
|
|
XML_HIDDEN int
|
|
xmlXIncludeSetStreamingMode(xmlXIncludeCtxtPtr ctxt, int mode);
|
|
|
|
#endif /* XML_IO_H_PRIVATE__ */
|