summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_logout_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/protocols/py_logout_response.h')
-rw-r--r--python/protocols/py_logout_response.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/python/protocols/py_logout_response.h b/python/protocols/py_logout_response.h
index 04d1d22e..5e265c04 100644
--- a/python/protocols/py_logout_response.h
+++ b/python/protocols/py_logout_response.h
@@ -35,10 +35,7 @@ typedef struct {
#define LassoLogoutResponse_get(v) (((v) == Py_None) ? NULL : (((LassoLogoutResponse_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj))
PyObject *LassoLogoutResponse_wrap(LassoLogoutResponse *response);
-PyObject *logout_response_new_from_request_soap(PyObject *self, PyObject *args);
-PyObject *logout_response_new_from_soap(PyObject *self, PyObject *args);
-PyObject *logout_response_new_from_dump(PyObject *self, PyObject *args);
-PyObject *logout_response_new_from_request_query(PyObject *self, PyObject *args);
-PyObject *logout_response_new_from_query(PyObject *self, PyObject *args);
+PyObject *logout_response_new_from_request_export(PyObject *self, PyObject *args);
+PyObject *logout_response_new_from_export(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGOUT_RESPONSE_H__ */