X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/af4e866dbb1455a50d51b3d5f46832f1a36e2080..d4fb9f4144e72a7918e477c22a6c2a75d9c3c30d:/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);