From b57e1b705be534e86a4273e036ab7c94f38ff2d0 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Wed, 5 May 2004 17:05:18 +0000 Subject: update of LogoutRequest LogoutResponse classes --- python/protocols/py_logout_request.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/protocols/py_logout_request.h') 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__ */ -- cgit