summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-10 23:01:05 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-10 23:01:05 +0000
commit3677573bee663ff680489855724dcdc8360e6860 (patch)
tree875e729f0259937ce87dfe930b4fdd02b379887b /python/environs/py_login.h
parent1ed5aafdc04e029d9a902fd8b6df2220820c519f (diff)
downloadlasso-3677573bee663ff680489855724dcdc8360e6860.tar.gz
lasso-3677573bee663ff680489855724dcdc8360e6860.tar.xz
lasso-3677573bee663ff680489855724dcdc8360e6860.zip
*** empty log message ***
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 4956aff7..cb48de1c 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -45,5 +45,7 @@ PyObject *login_new_from_dump(PyObject *self, PyObject *args);
PyObject *login_build_artifact_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_request_msg(PyObject *self, PyObject *args);
PyObject *login_init_authn_request(PyObject *self, PyObject *args);
+PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args);
+PyObject *login_must_authenticate(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGIN_H__ */