diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 14:11:09 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-21 14:11:09 +0000 |
| commit | 46738d03eacf3b0368e50674194f6f05cae2cddf (patch) | |
| tree | 5802e13b94ffc61c5f612276835d96a7fa8446a9 /python/protocols/py_federation_termination_notification.h | |
| parent | b7cfb5c758c898377a08b368e156bae4d1820b1b (diff) | |
| download | lasso-46738d03eacf3b0368e50674194f6f05cae2cddf.tar.gz lasso-46738d03eacf3b0368e50674194f6f05cae2cddf.tar.xz lasso-46738d03eacf3b0368e50674194f6f05cae2cddf.zip | |
update of federation termination notification
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__ */ |
