mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add initial live update with displayLevel = 2, add new field to FIO_prefs_t
This commit is contained in:
parent
5d91206ebe
commit
da38891a87
3 changed files with 40 additions and 24 deletions
|
|
@ -96,6 +96,7 @@ void FIO_setNotificationLevel(int level);
|
|||
void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompressedFiles);
|
||||
void FIO_setPatchFromMode(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setNbFiles(FIO_prefs_t* const prefs, int value);
|
||||
|
||||
/*-*************************************
|
||||
* Single File functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue