X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.h;h=6c3e6c5450e522430fed7ca96eeb676fc686dba1;hp=d9d8151b71567d26676a6c6525327ec563cf1786;hb=c2e8c8acd8ae0c94c70b59f55169841ad195bb99;hpb=735a60698c845f257a0f7e9b617d50669d9179d4 diff --git a/src/util.h b/src/util.h index d9d8151..6c3e6c5 100644 --- a/src/util.h +++ b/src/util.h @@ -162,7 +162,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific = true); boost::filesystem::path GetConfigFile(); boost::filesystem::path GetPidFile(); void CreatePidFile(const boost::filesystem::path &path, pid_t pid); -bool ReadConfigFile(std::map& mapSettingsRet, std::map >& mapMultiSettingsRet); +void ReadConfigFile(std::map& mapSettingsRet, std::map >& mapMultiSettingsRet); bool GetStartOnSystemStartup(); bool SetStartOnSystemStartup(bool fAutoStart); void ShrinkDebugFile();