From f1d2812a740a1463bf920e6501e14baafe632aed Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Tue, 13 Apr 2004 10:15:54 +0000 Subject: *** empty log message *** --- python/lassomod.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index bad6649f..407d3778 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -38,9 +38,12 @@ static PyMethodDef lasso_methods[] = { {"check_version_ext", check_version_ext, METH_VARARGS}, /* py_xml.h */ - {"node_dump", node_dump, METH_VARARGS}, - {"node_unref", node_unref, METH_VARARGS}, - {"node_url_encode", node_url_encode, METH_VARARGS}, + {"node_dump", node_dump, METH_VARARGS}, + {"node_get_attr_value", node_get_attr_value, METH_VARARGS}, + {"node_get_child", node_get_child, METH_VARARGS}, + {"node_unref", node_unref, METH_VARARGS}, + {"node_url_encode", node_url_encode, METH_VARARGS}, + {"node_verify_signature", node_verify_signature, METH_VARARGS}, /* py_single_sign_on_and_federation.h */ {"authn_request_getattr", authn_request_getattr, METH_VARARGS}, -- cgit