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
c3a7dc32
Commit
c3a7dc32
authored
Dec 18, 2009
by
antirez
Browse files
added sdstoupper() declaration in sds.h
parent
b2b5ae80
Changes
1
Show whitespace changes
Inline
Side-by-side
sds.h
View file @
c3a7dc32
...
...
@@ -66,5 +66,6 @@ void sdsupdatelen(sds s);
int
sdscmp
(
sds
s1
,
sds
s2
);
sds
*
sdssplitlen
(
char
*
s
,
int
len
,
char
*
sep
,
int
seplen
,
int
*
count
);
void
sdstolower
(
sds
s
);
void
sdstoupper
(
sds
s
);
#endif
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