From 38d6976c0340863daae3e67d549413ee0694c7aa Mon Sep 17 00:00:00 2001 From: Premysl Hruby Date: Tue, 27 Mar 2012 18:18:57 +0200 Subject: [PATCH] declare hashDictType as external too --- src/redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.h b/src/redis.h index 4b5c94dc..de18fef4 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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 -- 2.45.2