Skip to content

Commit

Permalink
added sdstoupper() declaration in sds.h
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 18, 2009
1 parent b2b5ae8 commit c3a7dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sds.h
Expand Up @@ -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

0 comments on commit c3a7dc3

Please sign in to comment.