Add FIO_determineHasStdinInput() function and member to fCtx

This commit is contained in:
senhuang42
2020-09-24 15:55:30 -04:00
parent 0e8ac6b995
commit 432186cbea
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -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