summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_logout_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/protocols/py_logout_request.h')
-rw-r--r--python/protocols/py_logout_request.h2
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__ */