]> 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)
committerantirez <antirez@gmail.com>
Tue, 27 Mar 2012 21:04:21 +0000 (23:04 +0200)
src/redis.h

index 4b5c94dc3ead37d36ab44b1399b139983f681abb..de18fef44bf28aaeb8b74f42757007adf769fc9b 100644 (file)
@@ -683,7 +683,7 @@ extern dictType setDictType;
 extern dictType zsetDictType;
 extern dictType dbDictType;
 extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
-dictType hashDictType;
+extern dictType hashDictType;
 
 /*-----------------------------------------------------------------------------
  * Functions prototypes