parent
ea063b7cc8
commit
5003906d63
5
async.c
5
async.c
@ -47,6 +47,11 @@
|
|||||||
|
|
||||||
#include "async_private.h"
|
#include "async_private.h"
|
||||||
|
|
||||||
|
#ifdef NDEBUG
|
||||||
|
#undef assert
|
||||||
|
#define assert(e) (void)(e)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Forward declarations of hiredis.c functions */
|
/* Forward declarations of hiredis.c functions */
|
||||||
int __redisAppendCommand(redisContext *c, const char *cmd, size_t len);
|
int __redisAppendCommand(redisContext *c, const char *cmd, size_t len);
|
||||||
void __redisSetError(redisContext *c, int type, const char *str);
|
void __redisSetError(redisContext *c, int type, const char *str);
|
||||||
|
Loading…
Reference in New Issue
Block a user