From c9d3c2e1628e5b28a553ae098b3b9f3019c45a63 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 21 May 2019 12:16:37 +0200 Subject: Add command line flag for compressor options, pass them to compressors Signed-off-by: David Oberhollenzer --- include/compress.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/compress.h b/include/compress.h index 4c1ec8b..5f13bc6 100644 --- a/include/compress.h +++ b/include/compress.h @@ -45,6 +45,8 @@ bool compressor_exists(E_SQFS_COMPRESSOR id); /* block_size is the configured block size for the SquashFS image. Needed by some compressors to set internal defaults. */ compressor_t *compressor_create(E_SQFS_COMPRESSOR id, bool compress, - size_t block_size); + size_t block_size, char *options); + +void compressor_print_help(E_SQFS_COMPRESSOR id); #endif /* COMPRESS_H */ -- cgit v1.2.3