aboutsummaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/FuzzerIO.h')
-rw-r--r--lib/Fuzzer/FuzzerIO.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Fuzzer/FuzzerIO.h b/lib/Fuzzer/FuzzerIO.h
index 741fecf415b0..15bfd3d34727 100644
--- a/lib/Fuzzer/FuzzerIO.h
+++ b/lib/Fuzzer/FuzzerIO.h
@@ -37,6 +37,9 @@ std::string DirPlusFile(const std::string &DirPath,
// Returns the name of the dir, similar to the 'dirname' utility.
std::string DirName(const std::string &FileName);
+// Returns path to a TmpDir.
+std::string TmpDir();
+
void DupAndCloseStderr();
void CloseStdout();