From 13d5af48ac514621a6a820ba800771a7fdb4fe75 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 15 Aug 2014 13:31:37 +1000 Subject: ctdb-include: Remove declaration of non-existent function Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 99fc5f8ed6..0087f1df75 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -731,7 +731,6 @@ int ctdb_parse_address(struct ctdb_context *ctdb, bool ctdb_same_ip(const ctdb_sock_addr *ip1, const ctdb_sock_addr *ip2); bool ctdb_same_sockaddr(const ctdb_sock_addr *ip1, const ctdb_sock_addr *ip2); uint32_t ctdb_hash(const TDB_DATA *key); -uint32_t ctdb_hash_string(const char *str); void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr); void ctdb_request_dmaster(struct ctdb_context *ctdb, struct ctdb_req_header *hdr); void ctdb_request_message(struct ctdb_context *ctdb, struct ctdb_req_header *hdr); -- cgit