diff options
Diffstat (limited to 'include/sqfs/block_writer.h')
-rw-r--r-- | include/sqfs/block_writer.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/sqfs/block_writer.h b/include/sqfs/block_writer.h index e921141..bd1ddfc 100644 --- a/include/sqfs/block_writer.h +++ b/include/sqfs/block_writer.h @@ -31,6 +31,8 @@ /** * @struct sqfs_block_writer_t * + * @implements sqfs_object_t + * * @brief Abstracts writing and deduplicating of data and fragment blocks. */ @@ -190,15 +192,6 @@ SQFS_API int sqfs_block_writer_set_hooks(sqfs_block_writer_t *wr, const sqfs_block_hooks_t *hooks); /** - * @brief Destroy a block writer object. - * - * @memberof sqfs_block_writer_t - * - * @param wr A pointer to a block writer object. - */ -SQFS_API void sqfs_block_writer_destroy(sqfs_block_writer_t *wr); - -/** * @brief Submit a data block to a blokc writer. * * @memberof sqfs_block_writer_t |