X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/edb952532d0f6c267fc0ebf7209404dd65df2e18..8bbc076:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 5d11799a..cf971667 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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));