]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
popcount() optimization for speed.
[redis.git] / src / redis.h
index 5d11799ab848c7eca7f8284d654c9f3ada05f9f4..cf971667c6c8dd8540b17ac9730435f13dcc4000 100644 (file)
@@ -1103,6 +1103,8 @@ void evalCommand(redisClient *c);
 void evalShaCommand(redisClient *c);
 void scriptCommand(redisClient *c);
 void timeCommand(redisClient *c);
+void bitopCommand(redisClient *c);
+void bitcountCommand(redisClient *c);
 
 #if defined(__GNUC__)
 void *calloc(size_t count, size_t size) __attribute__ ((deprecated));