diff options
author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:05:05 +0000 |
---|---|---|
committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:05:05 +0000 |
commit | 2b83bc221ab4df6a13651392414f3c995e150d10 (patch) | |
tree | 5fca60a0ba26bfbe8436cae463dcac2e36b8c449 /python/protocols/py_logout_request.h | |
parent | a7c3554f40b6b017a4d4abc396de64ed89342a62 (diff) | |
download | lasso-2b83bc221ab4df6a13651392414f3c995e150d10.tar.gz lasso-2b83bc221ab4df6a13651392414f3c995e150d10.tar.xz lasso-2b83bc221ab4df6a13651392414f3c995e150d10.zip |
update internal code to use new_from_export style
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__ */ |