From a73b11a5d3c79cb15b06f17d29a9063e120b2ed2 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Fri, 16 Apr 2004 10:49:49 +0000 Subject: blablabla ... --- python/lassomod.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'python/lassomod.c') 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 */ }; -- cgit