summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-04-16 10:49:49 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-04-16 10:49:49 +0000
commita73b11a5d3c79cb15b06f17d29a9063e120b2ed2 (patch)
treebd59ccb1588aa0c9e502d6ed03a17288b449c023 /python/lassomod.c
parent9d5ee25c23aa260934d26f52d4719aa4ccae4fc4 (diff)
downloadlasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.tar.gz
lasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.tar.xz
lasso-a73b11a5d3c79cb15b06f17d29a9063e120b2ed2.zip
blablabla ...
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c7
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 */
};