From 22e74ede81046574292d305a1bc1f123491c36d0 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 27 Apr 2004 15:34:34 +0000 Subject: add optional attribute in FederationTerminationNotification --- python/protocols/py_federation_termination_notification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'python/protocols/py_federation_termination_notification.h') diff --git a/python/protocols/py_federation_termination_notification.h b/python/protocols/py_federation_termination_notification.h index 354a1b6c..a3a17146 100644 --- a/python/protocols/py_federation_termination_notification.h +++ b/python/protocols/py_federation_termination_notification.h @@ -38,5 +38,6 @@ PyObject *lassoFederationTerminationNotification_wrap(LassoFederationTermination PyObject *federation_termination_notification_getattr(PyObject *self, PyObject *args); PyObject *federation_termination_notification(PyObject *self, PyObject *args); +PyObject *federation_termination_notification_set_consent(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_NOTIFICATION_H__ */ -- cgit