]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
crc64.c modified for incremental computation.
[redis.git] / src / redis.h
index e86823db835502aba58891264fb6ca9178567ce5..d8595fe24689d4e7bb3edfceceaaf63a8d6a123a 100644 (file)
@@ -693,7 +693,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);
+uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
 void exitFromChild(int retcode);
 
 /* networking.c -- Networking and Client related operations */