From 429039d45d1af9cfda9e706d4ac8f1a144ed66d4 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 23 May 2012 23:10:59 -0400 Subject: Refactor: move runCommand() to util.cpp --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') 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& comments); void AddTimeData(const CNetAddr& ip, int64 nTime); +void runCommand(std::string strCommand); -- cgit v1.2.3