From 6877d08470054c5b2a51ffe01a12668caa7cbe91 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 b07cc4a3b..7a53b4715 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