Commit 8af9fe84 authored by Premysl Hruby's avatar Premysl Hruby
Browse files

declare hashDictType as external too

parent d1949054
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment