X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/96ffb2fe97c3e77879e7a4f6f7457397a18bf233..cc4c964b33ac108c9541e31eb2e2420addf9a82e:/src/dict.h diff --git a/src/dict.h b/src/dict.h index 30ace4db..25cce4e5 100644 --- a/src/dict.h +++ b/src/dict.h @@ -137,6 +137,7 @@ void dictReleaseIterator(dictIterator *iter); dictEntry *dictGetRandomKey(dict *d); void dictPrintStats(dict *d); unsigned int dictGenHashFunction(const unsigned char *buf, int len); +unsigned int dictGenCaseHashFunction(const unsigned char *buf, int len); void dictEmpty(dict *d); void dictEnableResize(void); void dictDisableResize(void);