mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Move *Version() functions to version.h/cpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user