summaryrefslogtreecommitdiffstats
path: root/python/environs/py_federation_termination.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-27 15:57:45 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-27 15:57:45 +0000
commit49964c80c2e81ebf6cea915046b7690318cd2e0e (patch)
tree882cb86e423eb01f791febef24f77c849d6048d9 /python/environs/py_federation_termination.h
parentd18a9dd23da7e66330a6da5dffaf6739d54e207c (diff)
downloadlasso-49964c80c2e81ebf6cea915046b7690318cd2e0e.tar.gz
lasso-49964c80c2e81ebf6cea915046b7690318cd2e0e.tar.xz
lasso-49964c80c2e81ebf6cea915046b7690318cd2e0e.zip
update of federation termination
Diffstat (limited to 'python/environs/py_federation_termination.h')
-rw-r--r--python/environs/py_federation_termination.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/environs/py_federation_termination.h b/python/environs/py_federation_termination.h
index a016a0b1..c59427d6 100644
--- a/python/environs/py_federation_termination.h
+++ b/python/environs/py_federation_termination.h
@@ -41,10 +41,12 @@ PyObject *LassoFederationTermination_wrap(LassoFederationTermination *federation
PyObject *federation_termination_getattr(PyObject *self, PyObject *args);
+PyObject *federation_termination_new(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);
+PyObject *federation_termination_load_notification_msg(PyObject *self, PyObject *args);
+PyObject *federation_termination_process_notification(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_FEDERATION_TERMINATION_H__ */