mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 10:11:19 +00:00
declare hashDictType as external too
This commit is contained in:
parent
efd412f908
commit
38d6976c03
@ -683,7 +683,7 @@ extern dictType setDictType;
|
|||||||
extern dictType zsetDictType;
|
extern dictType zsetDictType;
|
||||||
extern dictType dbDictType;
|
extern dictType dbDictType;
|
||||||
extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
|
extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
|
||||||
dictType hashDictType;
|
extern dictType hashDictType;
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------
|
/*-----------------------------------------------------------------------------
|
||||||
* Functions prototypes
|
* Functions prototypes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user