]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
CRC64 implementation added to Redis code base.
[redis.git] / src / redis.h
index f3defca47a219ad05796fa76ea9e93bc079ece79..f2229caf930d66d47d00e6ac7c8ff952433bdd4b 100644 (file)
@@ -694,6 +694,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);