mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add hasStdoutOutput setter to fileio.h
This commit is contained in:
parent
dd3dac9ce0
commit
93cd9d8a6e
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,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_setHasStdoutOutput(FIO_ctx_t* const fCtx, int value);
|
||||
void FIO_determineHasStdinInput(FIO_ctx_t* const fCtx, const FileNamesTable* const filenames);
|
||||
|
||||
/*-*************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue