summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuzzer/FuzzerIO.h')
-rw-r--r--lib/fuzzer/FuzzerIO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fuzzer/FuzzerIO.h b/lib/fuzzer/FuzzerIO.h
index 3b66a52d1..a404dffc4 100644
--- a/lib/fuzzer/FuzzerIO.h
+++ b/lib/fuzzer/FuzzerIO.h
@@ -27,7 +27,7 @@ void CopyFileToErr(const std::string &Path);
void WriteToFile(const Unit &U, const std::string &Path);
-void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V,
+void ReadDirToVectorOfUnits(const char *Path, fuzzer::vector<Unit> *V,
long *Epoch, size_t MaxSize, bool ExitOnError);
// Returns "Dir/FileName" or equivalent for the current OS.
@@ -55,7 +55,7 @@ void RawPrint(const char *Str);
bool IsFile(const std::string &Path);
void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
- std::vector<std::string> *V, bool TopDir);
+ fuzzer::vector<std::string> *V, bool TopDir);
char GetSeparator();