diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-23 23:10:59 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-23 23:10:59 -0400 |
commit | 429039d45d1af9cfda9e706d4ac8f1a144ed66d4 (patch) | |
tree | c04ac16d98ff31e50b4023cdbc9e9899651e2093 /src/util.h | |
parent | 8956453c0d4f5cff3186e1c9a8e6d8d74e3c7445 (diff) |
Refactor: move runCommand() to util.cpp
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 5b58147ce6..c1c91bdbc9 100644 --- a/src/util.h +++ b/src/util.h @@ -171,6 +171,7 @@ int64 GetAdjustedTime(); std::string FormatFullVersion(); std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments); void AddTimeData(const CNetAddr& ip, int64 nTime); +void runCommand(std::string strCommand); |