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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 3c50fe9f..f0a22ee9 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -47,8 +47,8 @@ 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_handle_authn_response_msg(PyObject *self, PyObject *args);
-PyObject *login_handle_request_msg(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);