Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
41d4d9c6
Commit
41d4d9c6
authored
Apr 21, 2011
by
Pieter Noordhuis
Browse files
Forward declaration is not necessary
parent
727e1bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
41d4d9c6
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment