]> git.saurik.com Git - redis.git/commitdiff
declare hashDictType as external too
authorPremysl Hruby <dfenze@gmail.com>
Tue, 27 Mar 2012 16:18:57 +0000 (18:18 +0200)
committerPremysl Hruby <dfenze@gmail.com>
Tue, 27 Mar 2012 16:18:57 +0000 (18:18 +0200)
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