From 4b20b555bd9813ce85cacf78f0c194fa66ad5172 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 28 May 2020 23:38:03 +0200 Subject: Make the block processor inode management optional Signed-off-by: David Oberhollenzer --- include/sqfs/block_processor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sqfs/block_processor.h b/include/sqfs/block_processor.h index 8b50033..c88e3df 100644 --- a/include/sqfs/block_processor.h +++ b/include/sqfs/block_processor.h @@ -165,9 +165,9 @@ sqfs_block_processor_t *sqfs_block_processor_create(size_t max_block_size, * returned. * * @param proc A pointer to a data writer object. - * @param inode A pointer to a pointer to an inode. The block processor creates - * a file inode and stores a pointer to it here and keeps updating - * the inode as the file grows. + * @param inode An optional pointer to a pointer to an inode. If not NULL, the + * block processor creates a file inode and stores a pointer to + * it here and keeps updating the inode as the file grows. * @param flags A combination of @ref SQFS_BLK_FLAGS that can be used to * micro manage how the data is processed. * -- cgit v1.2.3