From a37aab845c29de6c8292ffd502f6719da60efca0 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 9 Jun 2003 09:10:36 +0000 Subject: applied a patch from Gman for building docs applied a patch from Gary * doc/*: applied a patch from Gman for building docs * valid.c xmllint.c include/libxml/valid.h: applied a patch from Gary Pennington to provide an allocator for xmlValidCtxt * xmlreader.c: applied patch from Jacek Konieczny fixing bug #113580 about data not being passed immediately. Daniel --- include/libxml/valid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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, -- cgit v1.2.3