diff options
| author | Jeff Garzik <[email protected]> | 2012-05-09 07:54:25 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-09 07:54:25 -0700 |
| commit | 11b729d8a228c7f2ca2048905aeb3640abdfe276 (patch) | |
| tree | 4f77cf1a2f7e277d0750395d136ed3e505d54ec7 /src/util.h | |
| parent | Merge pull request #1225 from Diapolo/net_cpp_if_clause (diff) | |
| parent | util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp... (diff) | |
| download | discoin-11b729d8a228c7f2ca2048905aeb3640abdfe276.tar.xz discoin-11b729d8a228c7f2ca2048905aeb3640abdfe276.zip | |
Merge pull request #1134 from Diapolo/util-updates
small util.cpp/h changes
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 81b36d31f..ebd574f89 100644 --- a/src/util.h +++ b/src/util.h @@ -163,6 +163,9 @@ boost::filesystem::path GetConfigFile(); boost::filesystem::path GetPidFile(); void CreatePidFile(const boost::filesystem::path &path, pid_t pid); void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map<std::string, std::vector<std::string> >& mapMultiSettingsRet); +#ifdef WIN32 +boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); +#endif bool GetStartOnSystemStartup(); bool SetStartOnSystemStartup(bool fAutoStart); void ShrinkDebugFile(); |