aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-05-23 23:10:59 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-05-23 23:10:59 -0400
commit429039d45d1af9cfda9e706d4ac8f1a144ed66d4 (patch)
treec04ac16d98ff31e50b4023cdbc9e9899651e2093 /src/util.h
parent8956453c0d4f5cff3186e1c9a8e6d8d74e3c7445 (diff)
downloadbitcoin-429039d45d1af9cfda9e706d4ac8f1a144ed66d4.tar.xz
Refactor: move runCommand() to util.cpp
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
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);