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 --- include/sqfs/block_processor.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/sqfs') diff --git a/include/sqfs/block_processor.h b/include/sqfs/block_processor.h index 1032a35..4b9bb9f 100644 --- a/include/sqfs/block_processor.h +++ b/include/sqfs/block_processor.h @@ -222,22 +222,6 @@ SQFS_API int sqfs_block_processor_enqueue(sqfs_block_processor_t *proc, */ SQFS_API int sqfs_block_processor_finish(sqfs_block_processor_t *proc); -/** - * @brief Convenience function to process a data block. - * - * This function actually contains the implementation of what each worker in - * the block processor actually does to the data blocks. - * - * @param block A pointer to a data block. - * @param cmp A pointer to a compressor to use. - * @param scratch A pointer to a scratch buffer to user for compressing. - * @param scratch_size The available size in the scratch buffer. - * - * @return Zero on success, an @ref E_SQFS_ERROR value on failure. - */ -SQFS_API int sqfs_block_process(sqfs_block_t *block, sqfs_compressor_t *cmp, - uint8_t *scratch, size_t scratch_size); - #ifdef __cplusplus } #endif -- cgit v1.2.3