mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Display command line parameters with concrete values in verbose mode
This commit is contained in:
parent
5375d75c55
commit
0665d4c1c2
3 changed files with 45 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompresse
|
|||
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);
|
||||
void FIO_displayCompressionParameters(FIO_prefs_t* const prefs);
|
||||
|
||||
/* FIO_ctx_t functions */
|
||||
void FIO_setNbFilesTotal(FIO_ctx_t* const fCtx, int value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue