diff options
Diffstat (limited to 'python/environs/py_federation_termination.h')
| -rw-r--r-- | python/environs/py_federation_termination.h | 4 |
1 files changed, 3 insertions, 1 deletions
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__ */ |
