diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-08-22 13:11:39 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-08-22 13:11:39 +0000 |
commit | 6ebf3c4c1a78406d15e8629b4a7b3d52549f0c8b (patch) | |
tree | a59c9461c7cc0954e965315225b17aa3422ccfd9 /python/libxml_wrap.h | |
parent | 2f2a66324d18afa655d6aa659b2089c36e2c4a92 (diff) | |
download | libxml2-6ebf3c4c1a78406d15e8629b4a7b3d52549f0c8b.tar.gz |
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
Diffstat (limited to 'python/libxml_wrap.h')
-rw-r--r-- | python/libxml_wrap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |