summaryrefslogtreecommitdiff
path: root/python/libxml2-py.h
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2013-06-09 00:17:44 +0800
committerAron Xu <aron@debian.org>2013-06-09 00:17:44 +0800
commit2c8fe012ef1ff6e0613480dd182dec099aa9636e (patch)
treef220f4e6733d3204aef57831a8dee2dd8551ed40 /python/libxml2-py.h
parent3c845c4be476dc0ecb93388de9cfedb3f611e6a8 (diff)
downloadlibxml2-2c8fe012ef1ff6e0613480dd182dec099aa9636e.tar.gz
Imported Upstream version 2.9.1upstream/2.9.1
Diffstat (limited to 'python/libxml2-py.h')
-rw-r--r--python/libxml2-py.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/python/libxml2-py.h b/python/libxml2-py.h
index acc0e05..ab57087 100644
--- a/python/libxml2-py.h
+++ b/python/libxml2-py.h
@@ -650,7 +650,6 @@ PyObject * libxml_xmlParserSetValidate(PyObject *self, PyObject *args);
PyObject * libxml_xmlPathToURI(PyObject *self, PyObject *args);
PyObject * libxml_xmlPedanticParserDefault(PyObject *self, PyObject *args);
PyObject * libxml_xmlPopInput(PyObject *self, PyObject *args);
-PyObject * libxml_xmlPopInputCallbacks(PyObject *self, PyObject *args);
#if defined(LIBXML_TREE_ENABLED)
PyObject * libxml_xmlPreviousElementSibling(PyObject *self, PyObject *args);
#endif /* defined(LIBXML_TREE_ENABLED) */
@@ -1919,6 +1918,9 @@ PyObject * libxml_xmlXPathNextPrecedingSibling(PyObject *self, PyObject *args);
PyObject * libxml_xmlXPathNextSelf(PyObject *self, PyObject *args);
#endif /* defined(LIBXML_XPATH_ENABLED) */
#if defined(LIBXML_XPATH_ENABLED)
+PyObject * libxml_xmlXPathNodeEval(PyObject *self, PyObject *args);
+#endif /* defined(LIBXML_XPATH_ENABLED) */
+#if defined(LIBXML_XPATH_ENABLED)
PyObject * libxml_xmlXPathNodeSetFreeNs(PyObject *self, PyObject *args);
#endif /* defined(LIBXML_XPATH_ENABLED) */
#if defined(LIBXML_XPATH_ENABLED)
@@ -1967,6 +1969,9 @@ PyObject * libxml_xmlXPathRegisterAllFunctions(PyObject *self, PyObject *args);
PyObject * libxml_xmlXPathRegisterNs(PyObject *self, PyObject *args);
#endif /* defined(LIBXML_XPATH_ENABLED) */
#if defined(LIBXML_XPATH_ENABLED)
+PyObject * libxml_xmlXPathRegisterVariable(PyObject *self, PyObject *args);
+#endif
+#if defined(LIBXML_XPATH_ENABLED)
PyObject * libxml_xmlXPathRegisteredFuncsCleanup(PyObject *self, PyObject *args);
#endif /* defined(LIBXML_XPATH_ENABLED) */
#if defined(LIBXML_XPATH_ENABLED)