libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
Contains declarations for the sqfs_block_writer_t structure. More...
#include "sqfs/predef.h"
Go to the source code of this file.
Data Structures | |
interface | sqfs_block_writer_t |
Abstracts writing and deduplicating of data and fragment blocks. More... | |
Enumerations | |
enum | SQFS_BLOCK_WRITER_FLAGS { SQFS_BLOCK_WRITER_HASH_COMPARE_ONLY = 0x01 , SQFS_BLOCK_WRITER_ALL_FLAGS = 0x01 } |
Flags that can be passed to sqfs_block_writer_create. More... | |
Contains declarations for the sqfs_block_writer_t structure.
Definition in file block_writer.h.
Flags that can be passed to sqfs_block_writer_create.
Definition at line 98 of file block_writer.h.