X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzx_compress.c;fp=src%2Flzx-compress.c;h=6032f1e26f55621bc40a2c622efd6875d6106145;hp=201a1cfb52c3984322a4266bbf627c8e0f177e29;hb=40a690416a3951361ec77d33a723dd4497fb7585;hpb=855b49ef85d274588a2848d9c69974f9b88d343a diff --git a/src/lzx-compress.c b/src/lzx_compress.c similarity index 99% rename from src/lzx-compress.c rename to src/lzx_compress.c index 201a1cfb..6032f1e2 100644 --- a/src/lzx-compress.c +++ b/src/lzx_compress.c @@ -1,7 +1,7 @@ /* - * lzx-compress.c + * lzx_compress.c * - * A compressor that produces output compatible with the LZX compression format. + * A compressor for the LZX compression format, as used in WIM files. */ /* @@ -71,7 +71,7 @@ #include "wimlib/error.h" #include "wimlib/lz_mf.h" #include "wimlib/lz_repsearch.h" -#include "wimlib/lzx.h" +#include "wimlib/lzx_common.h" #include "wimlib/util.h" #include