From 5c55ed9388988fe4bb1035a98b5e6821fa256c49 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 22 Feb 2013 17:45:49 +0100 Subject: [PATCH] Cluster: remove warning adding clusterNodeSetSlotBit() prototype. --- src/cluster.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cluster.c b/src/cluster.c index b07cc4a3..7a53b471 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -47,6 +47,7 @@ clusterNode *clusterLookupNode(char *name); int clusterNodeAddSlave(clusterNode *master, clusterNode *slave); int clusterAddSlot(clusterNode *n, int slot); int clusterDelSlot(int slot); +int clusterNodeSetSlotBit(clusterNode *n, int slot); /* ----------------------------------------------------------------------------- * Initialization -- GitLab