Move *Version() functions to version.h/cpp

This commit is contained in:
Wladimir J. van der Laan
2014-08-21 16:11:05 +02:00
parent b4aa769bcb
commit 6e5fd003e0
8 changed files with 36 additions and 28 deletions

View File

@@ -156,8 +156,6 @@ boost::filesystem::path GetTempPath();
void ShrinkDebugFile();
int64_t GetTime();
void SetMockTime(int64_t nMockTimeIn);
std::string FormatFullVersion();
std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments);
void runCommand(std::string strCommand);
inline std::string i64tostr(int64_t n)