Forward declaration is not necessary
This commit is contained in:
parent
727e1babec
commit
41d4d9c6f4
@ -114,8 +114,6 @@ typedef struct redisReplyObjectFunctions {
|
|||||||
void (*freeObject)(void*);
|
void (*freeObject)(void*);
|
||||||
} redisReplyObjectFunctions;
|
} redisReplyObjectFunctions;
|
||||||
|
|
||||||
struct redisContext; /* need forward declaration of redisContext */
|
|
||||||
|
|
||||||
/* Context for a connection to Redis */
|
/* Context for a connection to Redis */
|
||||||
typedef struct redisContext {
|
typedef struct redisContext {
|
||||||
int fd;
|
int fd;
|
||||||
|
Loading…
Reference in New Issue
Block a user