summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:48:34 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:48:34 +0000
commitce2a38b7df0b09f418af7ca6b6bf36b011ed9495 (patch)
treef8f4e0f9c6ca2530f6880b91537c62f19a6df957 /python/xml/py_xml.h
parent16d7f6b804f0235bec0f7ccdd376a814a85b4622 (diff)
downloadlasso-ce2a38b7df0b09f418af7ca6b6bf36b011ed9495.tar.gz
lasso-ce2a38b7df0b09f418af7ca6b6bf36b011ed9495.tar.xz
lasso-ce2a38b7df0b09f418af7ca6b6bf36b011ed9495.zip
node_url_encode() and node_soap_envelop() renamed
-> node_export_to_query() and node_export_to_soap()
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__ */