summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_logout_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/protocols/py_logout_response.h')
-rw-r--r--python/protocols/py_logout_response.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/protocols/py_logout_response.h b/python/protocols/py_logout_response.h
index cace07dc..faad0c25 100644
--- a/python/protocols/py_logout_response.h
+++ b/python/protocols/py_logout_response.h
@@ -32,10 +32,9 @@ typedef struct {
LassoLogoutResponse *obj;
} LassoLogoutResponse_object;
-#define lassoLogoutResponse_get(v) (((v) == Py_None) ? NULL : (((LassoLogoutResponse_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj))
-PyObject *lassoLogoutResponse_wrap(LassoLogoutResponse *response);
+#define LassoLogoutResponse_get(v) (((v) == Py_None) ? NULL : (((LassoLogoutResponse_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj))
+PyObject *LassoLogoutResponse_wrap(LassoLogoutResponse *response);
-PyObject *logout_response_getattr(PyObject *self, PyObject *args);
-PyObject *logout_response(PyObject *self, PyObject *args);
+PyObject *logout_response_new(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_LOGOUT_RESPONSE_H__ */