summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 8a10fe21..cb0646bd 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -204,6 +204,8 @@ static PyMethodDef lasso_methods[] = {
/* environs */
/* py_federation_termination.h */
+ {"federation_termination_getattr", federation_termination_getattr, METH_VARARGS},
+
{"federation_termination_new", federation_termination_new, METH_VARARGS},
{"federation_termination_build_notification_msg", federation_termination_build_notification_msg, METH_VARARGS},
{"federation_termination_destroy", federation_termination_destroy, METH_VARARGS},
@@ -229,6 +231,8 @@ static PyMethodDef lasso_methods[] = {
{"login_process_response_msg", login_process_response_msg, METH_VARARGS},
/* py_logout.h */
+ {"logout_getattr", logout_getattr, METH_VARARGS},
+
{"logout_new", logout_new, METH_VARARGS},
{"logout_build_request_msg", logout_build_request_msg, METH_VARARGS},
{"logout_build_response_msg", logout_build_response_msg, METH_VARARGS},