function renamed: popcount_binary -> redisPopcount.

This commit is contained in:
antirez
2013-06-26 15:19:06 +02:00
parent cdf79c063f
commit bb0d0fd479
2 changed files with 3 additions and 2 deletions

View File

@ -866,6 +866,7 @@ long long mstime(void);
void getRandomHexChars(char *p, unsigned int len);
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
void exitFromChild(int retcode);
size_t redisPopcount(void *s, long count);
void redisSetProcTitle(char *title);
/* networking.c -- Networking and Client related operations */