From 8c0b0cb66780eb70c8f2cc0331bdaf4f78c8fc48 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Mon, 19 Jul 2004 12:25:35 +0000 Subject: update federation termination --- python/environs/py_federation_termination.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/environs/py_federation_termination.h') diff --git a/python/environs/py_federation_termination.h b/python/environs/py_federation_termination.h index cc1ebefb..c68547aa 100644 --- a/python/environs/py_federation_termination.h +++ b/python/environs/py_federation_termination.h @@ -39,10 +39,12 @@ typedef struct { #define LassoFederationTermination_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTermination_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) PyObject *LassoFederationTermination_wrap(LassoFederationTermination *federation_termination); -PyObject *federation_termination_new(PyObject *self, PyObject *args); +PyObject *federation_termination_getattr(PyObject *self, PyObject *args); + PyObject *federation_termination_build_notification_msg(PyObject *self, PyObject *args); PyObject *federation_termination_destroy(PyObject *self, PyObject *args); PyObject *federation_termination_init_notification(PyObject *self, PyObject *args); +PyObject *federation_termination_new(PyObject *self, PyObject *args); PyObject *federation_termination_process_notification_msg(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_H__ */ -- cgit