]> git.saurik.com Git - redis.git/blobdiff - sds.h
support dual encoding in LTRIM
[redis.git] / sds.h
diff --git a/sds.h b/sds.h
index 02bcedcfc487a75fd9e360f76b07c6823571fc63..8b632ff920570d3770815a38109b5abec06dbea4 100644 (file)
--- a/sds.h
+++ b/sds.h
@@ -68,5 +68,6 @@ sds *sdssplitlen(char *s, int len, char *sep, int seplen, int *count);
 void sdsfreesplitres(sds *tokens, int count);
 void sdstolower(sds s);
 void sdstoupper(sds s);
 void sdsfreesplitres(sds *tokens, int count);
 void sdstolower(sds s);
 void sdstoupper(sds s);
+sds sdsfromlonglong(long long value);
 
 #endif
 
 #endif