From 6ebf3c4c1a78406d15e8629b4a7b3d52549f0c8b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 22 Aug 2004 13:11:39 +0000 Subject: trying to remove some warning when compiling on Fedora Core 3 and 64bits * xmllint.c xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h python/libxml.c python/libxml_wrap.h: trying to remove some warning when compiling on Fedora Core 3 and 64bits Daniel --- python/libxml_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'python/libxml_wrap.h') diff --git a/python/libxml_wrap.h b/python/libxml_wrap.h index ad62be23..e8210753 100644 --- a/python/libxml_wrap.h +++ b/python/libxml_wrap.h @@ -233,3 +233,4 @@ PyObject * libxml_xmlSchemaParserCtxtPtrWrap(xmlSchemaParserCtxtPtr ctxt); PyObject * libxml_xmlSchemaValidCtxtPtrWrap(xmlSchemaValidCtxtPtr valid); #endif /* LIBXML_SCHEMAS_ENABLED */ PyObject * libxml_xmlErrorPtrWrap(xmlErrorPtr error); +PyObject * libxml_xmlSchemaSetValidErrors(PyObject * self, PyObject * args); -- cgit v1.2.3