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