diff options
author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-04-16 10:49:49 +0000 |
---|---|---|
committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-04-16 10:49:49 +0000 |
commit | a73b11a5d3c79cb15b06f17d29a9063e120b2ed2 (patch) | |
tree | bd59ccb1588aa0c9e502d6ed03a17288b449c023 /python/lassomod.c | |
parent | 9d5ee25c23aa260934d26f52d4719aa4ccae4fc4 (diff) | |
download | lasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.tar.gz lasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.tar.xz lasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.zip |
blablabla ...
Diffstat (limited to 'python/lassomod.c')
-rw-r--r-- | python/lassomod.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index b0aee50c..5e0ad680 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -62,6 +62,13 @@ static PyMethodDef lasso_methods[] = { {"assertion_add_authenticationStatement", assertion_add_authenticationStatement, METH_VARARGS}, {"authentication_statement_build", authentication_statement_build, METH_VARARGS}, + {"request_create", request_create, METH_VARARGS}, + {"request_getattr", request_getattr, METH_VARARGS}, + + {"response_create", response_create, METH_VARARGS}, + {"response_getattr", response_getattr, METH_VARARGS}, + {"response_init", response_init, METH_VARARGS}, + {NULL, NULL} /* End of Methods Sentinel */ }; |