mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Allow Reading from Block Devices with --force
This commit is contained in:
parent
40cabd0efd
commit
33f3e293e8
7 changed files with 35 additions and 11 deletions
|
|
@ -103,6 +103,7 @@ void FIO_setLiteralCompressionMode(
|
|||
void FIO_setNoProgress(unsigned noProgress);
|
||||
void FIO_setNotificationLevel(int level);
|
||||
void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompressedFiles);
|
||||
void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices);
|
||||
void FIO_setPatchFromMode(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue