aboutsummaryrefslogtreecommitdiffstats
path: root/sds.h
diff options
context:
space:
mode:
Diffstat (limited to 'sds.h')
-rw-r--r--sds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sds.h b/sds.h
index 569137a..a188fcc 100644
--- a/sds.h
+++ b/sds.h
@@ -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);