Commit 5c55ed93 authored by antirez's avatar antirez
Browse files

Cluster: remove warning adding clusterNodeSetSlotBit() prototype.

parent 97492977
...@@ -47,6 +47,7 @@ clusterNode *clusterLookupNode(char *name); ...@@ -47,6 +47,7 @@ clusterNode *clusterLookupNode(char *name);
int clusterNodeAddSlave(clusterNode *master, clusterNode *slave); int clusterNodeAddSlave(clusterNode *master, clusterNode *slave);
int clusterAddSlot(clusterNode *n, int slot); int clusterAddSlot(clusterNode *n, int slot);
int clusterDelSlot(int slot); int clusterDelSlot(int slot);
int clusterNodeSetSlotBit(clusterNode *n, int slot);
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* Initialization * Initialization
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment