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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index 42ff3b82..82d9fed4 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -37,6 +37,8 @@ typedef struct {
PyObject *LassoNode_wrap(LassoNode *node);
PyObject *node_dump(PyObject *self, PyObject *args);
+PyObject *node_export(PyObject *self, PyObject *args);
+PyObject *node_export_to_base64(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);