|
|
@ -171,6 +171,7 @@ int64 GetAdjustedTime();
|
|
|
|
std::string FormatFullVersion();
|
|
|
|
std::string FormatFullVersion();
|
|
|
|
std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments);
|
|
|
|
std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments);
|
|
|
|
void AddTimeData(const CNetAddr& ip, int64 nTime);
|
|
|
|
void AddTimeData(const CNetAddr& ip, int64 nTime);
|
|
|
|
|
|
|
|
void runCommand(std::string strCommand);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|