diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
| commit | f1d2812a740a1463bf920e6501e14baafe632aed (patch) | |
| tree | 5685eae31fbb0aea42b821a0eb4b95c2ceffefbe /python/lassomod.c | |
| parent | da44bfe52bb580448477d8b91e59dcc6bc47e914 (diff) | |
| download | lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.gz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.xz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.zip | |
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 9 |
1 files changed, 6 insertions, 3 deletions
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}, |
