mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
parent
c806dd799b
commit
9e7f39d29d
@ -28,6 +28,9 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _ZIPLIST_H
|
||||||
|
#define _ZIPLIST_H
|
||||||
|
|
||||||
#define ZIPLIST_HEAD 0
|
#define ZIPLIST_HEAD 0
|
||||||
#define ZIPLIST_TAIL 1
|
#define ZIPLIST_TAIL 1
|
||||||
|
|
||||||
@ -49,3 +52,5 @@ size_t ziplistBlobLen(unsigned char *zl);
|
|||||||
#ifdef REDIS_TEST
|
#ifdef REDIS_TEST
|
||||||
int ziplistTest(int argc, char *argv[]);
|
int ziplistTest(int argc, char *argv[]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* _ZIPLIST_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user