summaryrefslogtreecommitdiff
path: root/include/libxml/relaxng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/relaxng.h')
-rw-r--r--include/libxml/relaxng.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h
index e970289..3254400 100644
--- a/include/libxml/relaxng.h
+++ b/include/libxml/relaxng.h
@@ -14,6 +14,8 @@
#include <libxml/hash.h>
#include <libxml/xmlstring.h>
+#ifdef LIBXML_SCHEMAS_ENABLED
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -176,4 +178,7 @@ XMLPUBFUN int XMLCALL
#ifdef __cplusplus
}
#endif
+
+#endif /* LIBXML_SCHEMAS_ENABLED */
+
#endif /* __XML_RELAX_NG__ */