summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-16 22:32:52 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-16 22:32:52 +0000
commit3dad242cb2e4a27731622d6c94ae7fa330bad227 (patch)
tree04a5de019fde3672a828239ba3f2863efb5221e2 /python/lassomod.c
parent98d6264eadc827ff34e1bee2d3643f43567c00d0 (diff)
downloadlasso-3dad242cb2e4a27731622d6c94ae7fa330bad227.tar.gz
lasso-3dad242cb2e4a27731622d6c94ae7fa330bad227.tar.xz
lasso-3dad242cb2e4a27731622d6c94ae7fa330bad227.zip
New method lasso_node_destroy() added in class LassoNode
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index a393cfd5..2d719914 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -63,6 +63,7 @@ static PyMethodDef lasso_methods[] = {
/* xml */
/* py_xml.h */
+ {"node_destroy", node_destroy, METH_VARARGS},
{"node_dump", node_dump, METH_VARARGS},
{"node_export", node_export, METH_VARARGS},
{"node_export_to_base64", node_export_to_base64, METH_VARARGS},
@@ -71,7 +72,6 @@ static PyMethodDef lasso_methods[] = {
{"node_get_attr_value", node_get_attr_value, METH_VARARGS},
{"node_get_child", node_get_child, METH_VARARGS},
{"node_get_content", node_get_content, METH_VARARGS},
- {"node_unref", node_unref, METH_VARARGS},
{"node_verify_signature", node_verify_signature, METH_VARARGS},
/* py_lib_authentication_statement.h */