diff options
Diffstat (limited to 'python/environs/py_federation_termination.h')
| -rw-r--r-- | python/environs/py_federation_termination.h | 6 |
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__ */ |
