mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 00:31:03 +00:00
added a missing prototype from syncio.c in redis.h
This commit is contained in:
parent
d08fac3eb9
commit
244201f6ba
@ -700,6 +700,7 @@ int syncReadLine(int fd, char *ptr, ssize_t size, int timeout);
|
|||||||
int fwriteBulkString(FILE *fp, char *s, unsigned long len);
|
int fwriteBulkString(FILE *fp, char *s, unsigned long len);
|
||||||
int fwriteBulkDouble(FILE *fp, double d);
|
int fwriteBulkDouble(FILE *fp, double d);
|
||||||
int fwriteBulkLongLong(FILE *fp, long long l);
|
int fwriteBulkLongLong(FILE *fp, long long l);
|
||||||
|
int fwriteBulkObject(FILE *fp, robj *obj);
|
||||||
|
|
||||||
/* Replication */
|
/* Replication */
|
||||||
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc);
|
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user