#ifndef VERIFY_H #define VERIFY_H #include #include "bool.h" void Verify (ifstream & nameFile, int numReviews, char filetype, ofstream & outputfile, char outputfilename[35]); void SetErrorFlag(Boolean setvalue); Boolean GetErrorFlag(void); #endif