diff options
Diffstat (limited to 'python/protocols/py_federation_termination_notification.h')
| -rw-r--r-- | python/protocols/py_federation_termination_notification.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/protocols/py_federation_termination_notification.h b/python/protocols/py_federation_termination_notification.h index 2030f085..52e57d83 100644 --- a/python/protocols/py_federation_termination_notification.h +++ b/python/protocols/py_federation_termination_notification.h @@ -37,7 +37,6 @@ typedef struct { PyObject *LassoFederationTerminationNotification_wrap(LassoFederationTerminationNotification *notification); PyObject *federation_termination_notification_new(PyObject *self, PyObject *args); -PyObject *federation_termination_notification_new_from_soap(PyObject *self, PyObject *args); -PyObject *federation_termination_notification_new_from_query(PyObject *self, PyObject *args); +PyObject *federation_termination_notification_new_from_export(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_NOTIFICATION_H__ */ |
