From ce2a38b7df0b09f418af7ca6b6bf36b011ed9495 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 13 May 2004 16:48:34 +0000 Subject: node_url_encode() and node_soap_envelop() renamed -> node_export_to_query() and node_export_to_soap() --- python/xml/py_xml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/xml/py_xml.h') 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__ */ -- cgit