diff options
author | Martin Schwenke <martin@meltin.net> | 2018-03-29 15:32:53 +1100 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2018-05-01 13:31:18 +0200 |
commit | 7052f87903fc5daaad2e155f345800ee897d19b2 (patch) | |
tree | 45565bf8f35550ebc7cb5727c899e142fb6b8da3 /ctdb/include/ctdb_private.h | |
parent | 17ad7d9114bfc749350daa3988fe3223569ef945 (diff) | |
download | samba-7052f87903fc5daaad2e155f345800ee897d19b2.tar.gz |
ctdb-daemon: Drop unused function ctdb_set_notification_script()
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 62ba512ae50..39e32540e00 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -749,7 +749,6 @@ int32_t ctdb_control_get_db_statistics(struct ctdb_context *ctdb, /* from ctdb_monitor.c */ -int ctdb_set_notification_script(struct ctdb_context *ctdb, const char *script); void ctdb_run_notification_script(struct ctdb_context *ctdb, const char *event); void ctdb_stop_monitoring(struct ctdb_context *ctdb); |