]> git.saurik.com Git - redis.git/blobdiff - src/dict.h
Marginally more robust glibc version test for sync_file_range detection.
[redis.git] / src / dict.h
index 0bfa0a94abb946f41166185f80c92d8850b9865b..3a311f171110f52602f485c9889633baa5c0c899 100644 (file)
@@ -155,7 +155,7 @@ dictEntry *dictNext(dictIterator *iter);
 void dictReleaseIterator(dictIterator *iter);
 dictEntry *dictGetRandomKey(dict *d);
 void dictPrintStats(dict *d);
-unsigned int dictGenHashFunction(const unsigned char *buf, int len);
+unsigned int dictGenHashFunction(const void *key, int len);
 unsigned int dictGenCaseHashFunction(const unsigned char *buf, int len);
 void dictEmpty(dict *d);
 void dictEnableResize(void);