summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/xml/py_xml.h')
-rw-r--r--python/xml/py_xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index afc4200f..42ff3b82 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -37,12 +37,12 @@ typedef struct {
PyObject *LassoNode_wrap(LassoNode *node);
PyObject *node_dump(PyObject *self, PyObject *args);
+PyObject *node_export_to_query(PyObject *self, PyObject *args);
+PyObject *node_export_to_soap(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);
PyObject *node_verify_signature(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_XML_H__ */