diff options
Diffstat (limited to 'sds.h')
-rw-r--r-- | sds.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ sds sdscatprintf(sds s, const char *fmt, ...) sds sdscatprintf(sds s, const char *fmt, ...); #endif -sds sdstrim(sds s, const char *cset); +void sdstrim(sds s, const char *cset); void sdsrange(sds s, int start, int end); void sdsupdatelen(sds s); void sdsclear(sds s); |