mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-31 06:50:06 +03:00
xinclude: Fix include guard
This commit is contained in:
parent
1eb2ca9f47
commit
4f0a0fb7a2
@ -1,9 +1,9 @@
|
||||
#ifndef XML_IO_H_PRIVATE__
|
||||
#define XML_IO_H_PRIVATE__
|
||||
#ifndef XML_INCLUDE_H_PRIVATE__
|
||||
#define XML_INCLUDE_H_PRIVATE__
|
||||
|
||||
#include <libxml/xinclude.h>
|
||||
|
||||
XML_HIDDEN int
|
||||
xmlXIncludeSetStreamingMode(xmlXIncludeCtxtPtr ctxt, int mode);
|
||||
|
||||
#endif /* XML_IO_H_PRIVATE__ */
|
||||
#endif /* XML_INCLUDE_H_PRIVATE__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user