diff options
Diffstat (limited to 'python/environs/py_logout.h')
| -rw-r--r-- | python/environs/py_logout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h index 7242332f..5f8501f1 100644 --- a/python/environs/py_logout.h +++ b/python/environs/py_logout.h @@ -46,9 +46,9 @@ PyObject *logout_build_response_msg(PyObject *self, PyObject *args); PyObject *logout_destroy(PyObject *self, PyObject *args); PyObject *logout_get_next_providerID(PyObject *self, PyObject *args); PyObject *logout_init_request(PyObject *self, PyObject *args); -PyObject *logout_load_request_msg(PyObject *self, PyObject *args); +PyObject *logout_process_request_msg(PyObject *self, PyObject *args); PyObject *logout_new(PyObject *self, PyObject *args); -PyObject *logout_process_request(PyObject *self, PyObject *args); +PyObject *logout_validate_request(PyObject *self, PyObject *args); PyObject *logout_process_response_msg(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LOGOUT_H__ */ |
