summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-11 00:18:26 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-11 00:18:26 +0000
commite1580d4b512b7fdbaed988e50b8069b66ff688d5 (patch)
treee10a22ec7b06271b2364c29e757a4cd2dcaa3dd2 /python/lassomod.c
parent3677573bee663ff680489855724dcdc8360e6860 (diff)
downloadlasso-e1580d4b512b7fdbaed988e50b8069b66ff688d5.tar.gz
lasso-e1580d4b512b7fdbaed988e50b8069b66ff688d5.tar.xz
lasso-e1580d4b512b7fdbaed988e50b8069b66ff688d5.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 4ebbc412..c17a8edc 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -207,8 +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_request_msg", login_build_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},
+ {"login_init_request", login_init_request, METH_VARARGS},
{"login_must_authenticate", login_must_authenticate, METH_VARARGS},
/* py_logout.h */