aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-05-01 18:44:11 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-13 12:31:28 +0200
commit67d4cbab461260cd51386a16a1a34bb9161e73a8 (patch)
treec85905d162513f4f53c337de167ab362650cd58a /src/util.h
parent82f66082b986132ab9ef039afa3c1e116dcbb36b (diff)
downloadbitcoin-67d4cbab461260cd51386a16a1a34bb9161e73a8.tar.xz
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index 1363fbbbf9..8e65fa7864 100644
--- a/src/util.h
+++ b/src/util.h
@@ -162,8 +162,6 @@ void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map
#ifdef WIN32
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
#endif
-bool GetStartOnSystemStartup();
-bool SetStartOnSystemStartup(bool fAutoStart);
void ShrinkDebugFile();
int GetRandInt(int nMax);
uint64 GetRand(uint64 nMax);
@@ -182,8 +180,6 @@ void AddTimeData(const CNetAddr& ip, int64 nTime);
-
-
inline std::string i64tostr(int64 n)
{
return strprintf("%"PRI64d, n);