From 82b943d4d6b5895f7c07be24802c3d7ec9069dae Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 13 Sep 2019 16:15:42 +0200 Subject: Make block process helper function internal Signed-off-by: David Oberhollenzer --- lib/sqfs/blk_proc/internal.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/sqfs/blk_proc/internal.h (limited to 'lib/sqfs/blk_proc/internal.h') diff --git a/lib/sqfs/blk_proc/internal.h b/lib/sqfs/blk_proc/internal.h new file mode 100644 index 0000000..1c33999 --- /dev/null +++ b/lib/sqfs/blk_proc/internal.h @@ -0,0 +1,16 @@ +#ifndef INTERNAL_H +#define INTERNAL_H + +#include "config.h" +#include "sqfs/predef.h" + +#include "sqfs/block_processor.h" +#include "sqfs/compress.h" +#include "sqfs/error.h" +#include "util.h" + +SQFS_INTERNAL +int sqfs_block_process(sqfs_block_t *block, sqfs_compressor_t *cmp, + uint8_t *scratch, size_t scratch_size); + +#endif /* INTERNAL_H */ -- cgit v1.2.3