From 721642847cd1acf399f191d1bb205d7d6466f4fb Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Sun, 18 Jul 2004 22:37:39 +0000 Subject: *** empty log message *** --- 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 32c01f6f..8b86e92c 100644 --- a/python/environs/py_logout.h +++ b/python/environs/py_logout.h @@ -42,6 +42,7 @@ PyObject *LassoLogout_wrap(LassoLogout *logout); PyObject *logout_new(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_init_request(PyObject *self, PyObject *args); PyObject *logout_process_request_msg(PyObject *self, PyObject *args); PyObject *logout_process_response_msg(PyObject *self, PyObject *args); -- cgit