提交 a4614bf0 编写于 作者: R Richard Levitte

COMP_METHOD has a new argument since some time back...

上级 23f80f46
......@@ -17,6 +17,7 @@ static COMP_METHOD rle_method={
rle_compress_block,
rle_expand_block,
NULL,
NULL,
};
COMP_METHOD *COMP_rle(void)
......
......@@ -14,6 +14,7 @@ static COMP_METHOD zlib_method_nozlib={
NULL,
NULL,
NULL,
NULL,
};
#ifndef ZLIB
......@@ -38,6 +39,7 @@ static COMP_METHOD zlib_method={
zlib_compress_block,
zlib_expand_block,
NULL,
NULL,
};
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册