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