Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
77a045ff
Commit
77a045ff
authored
Sep 30, 2011
by
Pieter Noordhuis
Browse files
Destroy callback prototype
parent
bb2d0911
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.h
View file @
77a045ff
...
...
@@ -26,7 +26,7 @@ typedef int (*redis_parser_string_cb)(redis_parser *, redis_protocol *, const ch
typedef
int
(
*
redis_parser_array_cb
)(
redis_parser
*
,
redis_protocol
*
,
size_t
);
typedef
int
(
*
redis_parser_integer_cb
)(
redis_parser
*
,
redis_protocol
*
,
int64_t
);
typedef
int
(
*
redis_parser_nil_cb
)(
redis_parser
*
,
redis_protocol
*
);
typedef
int
(
*
redis_parser_destroy_cb
)(
redis_parser
*
,
redis_protocol
*
);
typedef
void
(
*
redis_parser_destroy_cb
)(
redis_parser
*
,
redis_protocol
*
);
struct
redis_parser_callbacks_s
{
redis_parser_string_cb
on_string
;
...
...
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