]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
MIGRATE test modified because the implementation changed.
[redis.git] / src / redis.h
index 66883832c96cf8559ac0563f3b05f3f33fe05a73..a3a96f39e28db0cadec7711cf5a82968757badc0 100644 (file)
@@ -828,6 +828,7 @@ extern dictType hashDictType;
 long long ustime(void);
 long long mstime(void);
 void getRandomHexChars(char *p, unsigned int len);
+uint64_t crc64(const unsigned char *s, uint64_t l);
 
 /* networking.c -- Networking and Client related operations */
 redisClient *createClient(int fd);