Move GetTempPath() to testutil.

This commit is contained in:
Mustafa
2016-03-11 15:04:05 +00:00
parent 393b22eacb
commit 2fdaa25529
7 changed files with 39 additions and 25 deletions

View File

@@ -8,4 +8,8 @@
#ifndef BITCOIN_TEST_TESTUTIL_H
#define BITCOIN_TEST_TESTUTIL_H
#include <boost/filesystem/path.hpp>
boost::filesystem::path GetTempPath();
#endif // BITCOIN_TEST_TESTUTIL_H