diff options
Diffstat (limited to 'python/protocols/py_logout_response.h')
| -rw-r--r-- | python/protocols/py_logout_response.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/protocols/py_logout_response.h b/python/protocols/py_logout_response.h index faad0c25..2994444d 100644 --- a/python/protocols/py_logout_response.h +++ b/python/protocols/py_logout_response.h @@ -35,6 +35,9 @@ 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(PyObject *self, PyObject *args); +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); #endif /* __PYLASSO_PY_LOGOUT_RESPONSE_H__ */ |
