summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index f0a22ee9..4fae7931 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -47,11 +47,12 @@ PyObject *login_build_authn_request_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_build_request_msg(PyObject *self, PyObject *args);
PyObject *login_dump(PyObject *self, PyObject *args);
-PyObject *login_process_authn_response_msg(PyObject *self, PyObject *args);
-PyObject *login_process_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);
+PyObject *login_process_authn_response_msg(PyObject *self, PyObject *args);
+PyObject *login_process_request_msg(PyObject *self, PyObject *args);
+PyObject *login_process_response_msg(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGIN_H__ */