]> wimlib.net Git - wimlib/blobdiff - src/lzx-decompress.c
Merge compression updates
[wimlib] / src / lzx-decompress.c
index c98b84c038ed55a09c2e43c4be971422cb6ffcb8..16b46cb253a264fc8b32b20a744e01176401acee 100644 (file)
@@ -794,9 +794,7 @@ lzx_free_decompressor(void *_ctx)
 }
 
 static int
-lzx_create_decompressor(size_t max_window_size,
-                       const struct wimlib_decompressor_params_header *params,
-                       void **ctx_ret)
+lzx_create_decompressor(size_t max_window_size, void **ctx_ret)
 {
        struct lzx_decompressor *ctx;