From 3dad242cb2e4a27731622d6c94ae7fa330bad227 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Sun, 16 May 2004 22:32:52 +0000 Subject: New method lasso_node_destroy() added in class LassoNode --- python/lassomod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lassomod.c') 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 */ -- cgit