mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
9 lines
212 B
C
9 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__ */
|