From e1580d4b512b7fdbaed988e50b8069b66ff688d5 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Sun, 11 Jul 2004 00:18:26 +0000 Subject: *** empty log message *** --- python/lassomod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/lassomod.c') 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 */ -- cgit