mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add FIO_determineHasStdinInput() function and member to fCtx
This commit is contained in:
parent
0e8ac6b995
commit
432186cbea
3 changed files with 14 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
|
|||
|
||||
/* FIO_ctx_t functions */
|
||||
void FIO_setNbFilesTotal(FIO_ctx_t* const fCtx, int value);
|
||||
void FIO_determineHasStdinInput(FIO_ctx_t* const fCtx, const FileNamesTable* const filenames);
|
||||
|
||||
/*-*************************************
|
||||
* Single File functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue