From 3677573bee663ff680489855724dcdc8360e6860 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Sat, 10 Jul 2004 23:01:05 +0000 Subject: *** empty log message *** --- python/environs/py_login.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/environs/py_login.h') 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__ */ -- cgit