summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-11 22:13:42 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-11 22:13:42 +0000
commitc1ffd41e7599ac1502c29d0a04a2b1ca289d7f66 (patch)
tree68f2c852a9fb6491f3c6953f9c32a10dabd1e3e3 /python/lassomod.c
parent9f85a16d977b9724c2ef45e819a03ed4c00d6cdc (diff)
downloadlasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.gz
lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.xz
lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 846e07e3..ce18c5e4 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -207,7 +207,10 @@ static PyMethodDef lasso_methods[] = {
{"login_new_from_dump", login_new_from_dump, METH_VARARGS},
{"login_build_artifact_msg", login_build_artifact_msg, METH_VARARGS},
{"login_build_authn_request_msg", login_build_authn_request_msg, METH_VARARGS},
+ {"login_build_authn_response_msg", login_build_authn_response_msg, METH_VARARGS},
{"login_build_request_msg", login_build_request_msg, METH_VARARGS},
+ {"login_dump", login_dump, METH_VARARGS},
+ {"login_handle_authn_response_msg", login_handle_authn_response_msg, METH_VARARGS},
{"login_handle_request_msg", login_handle_request_msg, METH_VARARGS},
{"login_init_authn_request", login_init_authn_request, METH_VARARGS},
{"login_init_from_authn_request_msg", login_init_from_authn_request_msg, METH_VARARGS},