]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
declare hashDictType as external too
[redis.git] / src / redis.h
index e4fd47d3fb73dd78d5c1066468bbdd7891b03ee6..a1468a3b660673dff12c54fd0ae4d49dd8111e6f 100644 (file)
@@ -817,7 +817,7 @@ extern dictType zsetDictType;
 extern dictType clusterNodesDictType;
 extern dictType dbDictType;
 extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
-dictType hashDictType;
+extern dictType hashDictType;
 
 /*-----------------------------------------------------------------------------
  * Functions prototypes