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
redis
Commits
db1e135e
You need to sign in or sign up before continuing.
Commit
db1e135e
authored
Aug 12, 2013
by
antirez
Browse files
Fix sdsempty() prototype in sds.h.
parent
1c4e3011
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sds.h
View file @
db1e135e
...
...
@@ -56,7 +56,7 @@ static inline size_t sdsavail(const sds s) {
sds
sdsnewlen
(
const
void
*
init
,
size_t
initlen
);
sds
sdsnew
(
const
char
*
init
);
sds
sdsempty
();
sds
sdsempty
(
void
);
size_t
sdslen
(
const
sds
s
);
sds
sdsdup
(
const
sds
s
);
void
sdsfree
(
sds
s
);
...
...
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