Commit c3a7dc32 authored by antirez's avatar antirez
Browse files

added sdstoupper() declaration in sds.h

parent b2b5ae80
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment