diff options
Diffstat (limited to 'python/environs/py_login.h')
| -rw-r--r-- | python/environs/py_login.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h index cb48de1c..7b8b4e2d 100644 --- a/python/environs/py_login.h +++ b/python/environs/py_login.h @@ -44,8 +44,10 @@ PyObject *login_new(PyObject *self, PyObject *args); 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_build_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_init_request(PyObject *self, PyObject *args); PyObject *login_must_authenticate(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LOGIN_H__ */ |
