summaryrefslogtreecommitdiffstats
path: root/python/environs/py_logout.h
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-26 22:02:03 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-26 22:02:03 +0000
commitdb051a1a73684708d47ede1acefdaeff0cf99120 (patch)
tree8d086f9140bbeb7890f554fa815300ef9922d55c /python/environs/py_logout.h
parent8d1bd57755ceebe0fa5a3926223a1437c9869108 (diff)
downloadlasso-db051a1a73684708d47ede1acefdaeff0cf99120.tar.gz
lasso-db051a1a73684708d47ede1acefdaeff0cf99120.tar.xz
lasso-db051a1a73684708d47ede1acefdaeff0cf99120.zip
Removed obsolete logout method load_from_dump.
Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't).
Diffstat (limited to 'python/environs/py_logout.h')
-rw-r--r--python/environs/py_logout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h
index 8e1f271a..44f8a4af 100644
--- a/python/environs/py_logout.h
+++ b/python/environs/py_logout.h
@@ -47,7 +47,6 @@ 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_load_user_dump(PyObject *self, PyObject *args);
PyObject *logout_new(PyObject *self, PyObject *args);
PyObject *logout_process_request(PyObject *self, PyObject *args);
PyObject *logout_process_response_msg(PyObject *self, PyObject *args);