summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-06 17:02:18 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-06 17:02:18 +0000
commitbc26c8f129dd0b64f067624dea97259a664bbef1 (patch)
treef35e72ec180cbde76c9d162c98154e0b86444cbd /python/xml/py_xml.h
parent60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (diff)
downloadlasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.gz
lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.xz
lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.zip
*** empty log message ***
Diffstat (limited to 'python/xml/py_xml.h')
-rw-r--r--python/xml/py_xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index 52723113..afc4200f 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -39,6 +39,7 @@ PyObject *LassoNode_wrap(LassoNode *node);
PyObject *node_dump(PyObject *self, PyObject *args);
PyObject *node_get_attr_value(PyObject *self, PyObject *args);
PyObject *node_get_child(PyObject *self, PyObject *args);
+PyObject *node_get_content(PyObject *self, PyObject *args);
PyObject *node_unref(PyObject *self, PyObject *args);
PyObject *node_url_encode(PyObject *self, PyObject *args);
PyObject *node_soap_envelop(PyObject *self, PyObject *args);