diff options
| author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 14:22:27 +0200 |
|---|---|---|
| committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 14:22:27 +0200 |
| commit | 41d4d9c6f4493fc2d69ddee6123bee8cef01020f (patch) | |
| tree | 2446566bd34679227e067bac82297489d0fad5c0 | |
| parent | 727e1babeccc40c9823e477df3de9986cf172659 (diff) | |
| download | hiredict-41d4d9c6f4493fc2d69ddee6123bee8cef01020f.tar.xz | |
Forward declaration is not necessary
| -rw-r--r-- | hiredis.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -114,8 +114,6 @@ typedef struct redisReplyObjectFunctions { void (*freeObject)(void*); } redisReplyObjectFunctions; -struct redisContext; /* need forward declaration of redisContext */ - /* Context for a connection to Redis */ typedef struct redisContext { int fd; |
