mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
declare hashDictType as external too
This commit is contained in:
parent
d194905449
commit
8af9fe841c
@ -817,7 +817,7 @@ extern dictType zsetDictType;
|
|||||||
extern dictType clusterNodesDictType;
|
extern dictType clusterNodesDictType;
|
||||||
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