From ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Fri, 23 Jul 2004 14:13:20 +0000 Subject: update of logout with better support of propagation from idp --- python/environs/py_logout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'python/environs/py_logout.h') diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h index 479f0764..773ec548 100644 --- a/python/environs/py_logout.h +++ b/python/environs/py_logout.h @@ -44,6 +44,7 @@ PyObject *logout_getattr(PyObject *self, PyObject *args); PyObject *logout_build_request_msg(PyObject *self, PyObject *args); 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_new(PyObject *self, PyObject *args); PyObject *logout_process_request_msg(PyObject *self, PyObject *args); -- cgit