]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
expireGenericCommand(): better variable names and a top-comment that describes the...
[redis.git] / src / redis.h
index 7502aa1172de7540061467a821d60844302a70bc..b386f16c969677df6355afc1f0d14d1ba53a2b02 100644 (file)
@@ -827,6 +827,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);