aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml/valid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/valid.h')
-rw-r--r--include/libxml/valid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libxml/valid.h b/include/libxml/valid.h
index 4b4f40d2..14234e8a 100644
--- a/include/libxml/valid.h
+++ b/include/libxml/valid.h
@@ -127,6 +127,10 @@ typedef xmlIDTable *xmlIDTablePtr;
typedef struct _xmlHashTable xmlRefTable;
typedef xmlRefTable *xmlRefTablePtr;
+/* Allocate/Release Validation Contexts */
+xmlValidCtxtPtr xmlNewValidCtxt(void);
+void xmlFreeValidCtxt(xmlValidCtxtPtr);
+
/* Notation */
xmlNotationPtr xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
xmlDtdPtr dtd,