mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Allow Reading from Block Devices with --force
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user