summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 */
};