From 320ae4f8e752f6652c7b5c8201d7267cd4de17c1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 5 Sep 2019 18:46:50 +0200 Subject: Cleanup naming scheme of compressor Add sqfs_* prefix to compressor, move implementation prefix up front. Signed-off-by: David Oberhollenzer --- include/data_writer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/data_writer.h') diff --git a/include/data_writer.h b/include/data_writer.h index 081c468..89eb2c8 100644 --- a/include/data_writer.h +++ b/include/data_writer.h @@ -35,7 +35,7 @@ enum { Returns NULL on failure and prints errors to stderr. */ -data_writer_t *data_writer_create(sqfs_super_t *super, compressor_t *cmp, +data_writer_t *data_writer_create(sqfs_super_t *super, sqfs_compressor_t *cmp, int outfd, size_t devblksize, unsigned int num_jobs); -- cgit v1.2.3