diff options
author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-05 17:05:18 +0000 |
---|---|---|
committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-05 17:05:18 +0000 |
commit | b57e1b705be534e86a4273e036ab7c94f38ff2d0 (patch) | |
tree | 04193bfe1982e26ffcaf50fe61361a1bf324f55a /python/protocols/py_logout_request.h | |
parent | 288995dd19a0a5eb1af0d32ffe867a0e37a59a8a (diff) | |
download | lasso-b57e1b705be534e86a4273e036ab7c94f38ff2d0.tar.gz lasso-b57e1b705be534e86a4273e036ab7c94f38ff2d0.tar.xz lasso-b57e1b705be534e86a4273e036ab7c94f38ff2d0.zip |
update of LogoutRequest LogoutResponse classes
Diffstat (limited to 'python/protocols/py_logout_request.h')
-rw-r--r-- | python/protocols/py_logout_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/protocols/py_logout_request.h b/python/protocols/py_logout_request.h index 4357767f..38cf1e46 100644 --- a/python/protocols/py_logout_request.h +++ b/python/protocols/py_logout_request.h @@ -39,5 +39,7 @@ 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); #endif /* __PYLASSO_PY_LOGOUT_REQUEST_H__ */ |