]> git.saurik.com Git - redis.git/blobdiff - zmalloc.h
Added "withscores" option to zrangebyscore command. Based on withscores support in...
[redis.git] / zmalloc.h
index 9e70e8778c5a46c3821a42ce51ec2d78ab4cb758..fbe790302a301fee07daf0bd0c3b5e6920ab0399 100644 (file)
--- a/zmalloc.h
+++ b/zmalloc.h
@@ -36,5 +36,6 @@ void *zrealloc(void *ptr, size_t size);
 void zfree(void *ptr);
 char *zstrdup(const char *s);
 size_t zmalloc_used_memory(void);
+void zmalloc_enable_thread_safeness(void);
 
 #endif /* _ZMALLOC_H */