From: Premysl Hruby Date: Tue, 27 Mar 2012 16:18:57 +0000 (+0200) Subject: declare hashDictType as external too X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/8af9fe841cb05fb9589899c103fc66efbfbfcce5?ds=inline declare hashDictType as external too --- diff --git a/src/redis.h b/src/redis.h index e4fd47d3..a1468a3b 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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