propagate() prototype added to redis.h

This commit is contained in:
antirez 2012-02-28 16:20:41 +01:00
parent edba65d090
commit d8b1228bf6

View File

@ -955,6 +955,7 @@ void setupSignalHandlers(void);
struct redisCommand *lookupCommand(sds name);
struct redisCommand *lookupCommandByCString(char *s);
void call(redisClient *c, int flags);
void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int flags);
int prepareForShutdown();
void redisLog(int level, const char *fmt, ...);
void redisLogRaw(int level, const char *msg);