From: Amitay Isaacs Date: Fri, 15 Aug 2014 03:31:37 +0000 (+1000) Subject: ctdb-include: Remove declaration of non-existent function X-Git-Url: http://git.samba.org/?a=commitdiff_plain;ds=sidebyside;h=13d5af48ac514621a6a820ba800771a7fdb4fe75;p=obnox%2Fsamba%2Fsamba-obnox.git ctdb-include: Remove declaration of non-existent function Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 99fc5f8ed6e..0087f1df750 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);