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