mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
added sdstoupper() declaration in sds.h
This commit is contained in:
parent
b2b5ae8006
commit
c3a7dc32c9
1
sds.h
1
sds.h
@ -66,5 +66,6 @@ void sdsupdatelen(sds s);
|
|||||||
int sdscmp(sds s1, sds s2);
|
int sdscmp(sds s1, sds s2);
|
||||||
sds *sdssplitlen(char *s, int len, char *sep, int seplen, int *count);
|
sds *sdssplitlen(char *s, int len, char *sep, int seplen, int *count);
|
||||||
void sdstolower(sds s);
|
void sdstolower(sds s);
|
||||||
|
void sdstoupper(sds s);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user