diff options
Diffstat (limited to 'python/protocols/py_logout_request.h')
-rw-r--r-- | python/protocols/py_logout_request.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/protocols/py_logout_request.h b/python/protocols/py_logout_request.h index 38cf1e46..da73b488 100644 --- a/python/protocols/py_logout_request.h +++ b/python/protocols/py_logout_request.h @@ -39,7 +39,6 @@ PyObject *LassoLogoutRequest_wrap(LassoLogoutRequest *request); PyObject *logout_request_getattr(PyObject *self, PyObject *args); PyObject *logout_request_new(PyObject *self, PyObject *args); -PyObject *logout_request_new_from_soap(PyObject *self, PyObject *args); -PyObject *logout_request_new_from_query(PyObject *self, PyObject *args); +PyObject *logout_request_new_from_export(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LOGOUT_REQUEST_H__ */ |