diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-10 23:01:05 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-10 23:01:05 +0000 |
| commit | 3677573bee663ff680489855724dcdc8360e6860 (patch) | |
| tree | 875e729f0259937ce87dfe930b4fdd02b379887b /python/lassomod.c | |
| parent | 1ed5aafdc04e029d9a902fd8b6df2220820c519f (diff) | |
| download | lasso-3677573bee663ff680489855724dcdc8360e6860.tar.gz lasso-3677573bee663ff680489855724dcdc8360e6860.tar.xz lasso-3677573bee663ff680489855724dcdc8360e6860.zip | |
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 74aefaae..4ebbc412 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -202,12 +202,14 @@ static PyMethodDef lasso_methods[] = { /* environs */ /* py_login.h */ - {"login_getattr", login_getattr, METH_VARARGS}, - {"login_new", login_new, METH_VARARGS}, - {"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_init_authn_request", login_init_authn_request, METH_VARARGS}, + {"login_getattr", login_getattr, METH_VARARGS}, + {"login_new", login_new, METH_VARARGS}, + {"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_init_authn_request", login_init_authn_request, METH_VARARGS}, + {"login_init_from_authn_request_msg", login_init_from_authn_request_msg, METH_VARARGS}, + {"login_must_authenticate", login_must_authenticate, METH_VARARGS}, /* py_logout.h */ {"logout_new", logout_new, METH_VARARGS}, |
