summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-08-16 16:43:23 +1000
committerAmitay Isaacs <amitay@samba.org>2014-09-10 01:36:14 +0200
commitcd2b1662a65627ec90f71f0f6f708fe88bb7cf58 (patch)
tree4d543a49e91b05ad9cfb95d35f11f5575d4d1d65 /ctdb/include
parent94a5e28ffb53a268865666038678e78cbbb39de3 (diff)
ctdb-util: Remove declaration of non-existent ctdb_fault_setup()
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 17c302c1cd..285e13cdf8 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1496,8 +1496,6 @@ int ctdb_recheck_persistent_health(struct ctdb_context *ctdb);
void ctdb_run_notification_script(struct ctdb_context *ctdb, const char *event);
-void ctdb_fault_setup(void);
-
int verify_remote_ip_allocation(struct ctdb_context *ctdb,
struct ctdb_all_public_ips *ips,
uint32_t pnn);