aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-05-23 23:10:59 -0400
committerJeff Garzik <[email protected]>2012-05-23 23:10:59 -0400
commit429039d45d1af9cfda9e706d4ac8f1a144ed66d4 (patch)
treec04ac16d98ff31e50b4023cdbc9e9899651e2093 /src/util.h
parent.gitignore: add test_bitcoin (diff)
downloaddiscoin-429039d45d1af9cfda9e706d4ac8f1a144ed66d4.tar.xz
discoin-429039d45d1af9cfda9e706d4ac8f1a144ed66d4.zip
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 5b58147ce..c1c91bdbc 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);