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
4d3f9aa1
Commit
4d3f9aa1
authored
Jul 20, 2011
by
Pieter Noordhuis
Browse files
Change include protection
parent
fdc80234
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.h
View file @
4d3f9aa1
#ifndef
_
_REDIS_PARSER_H
#define
_
_REDIS_PARSER_H
#ifndef _REDIS_PARSER_H
#define _REDIS_PARSER_H
1
#include <stdint.h>
...
...
@@ -90,4 +90,4 @@ redis_protocol_t *redis_parser_root(redis_parser_t *parser);
redis_parser_err_t
redis_parser_err
(
redis_parser_t
*
parser
);
const
char
*
redis_parser_strerror
(
redis_parser_err_t
err
);
#endif //
_
_REDIS_PARSER_H
#endif // _REDIS_PARSER_H
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