aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-11-29 15:17:34 -0800
committerMatt Corallo <[email protected]>2016-12-23 21:30:15 -0500
commitc8042a48f01aaf306e108683e40db4bfaf0bbcaa (patch)
tree8baf9690b4ab0628b7f3795d24dbab85dcac0374 /src/util.h
parentMerge #9406: Re-enable a blank v1 Tx JSON test (diff)
downloaddiscoin-c8042a48f01aaf306e108683e40db4bfaf0bbcaa.tar.xz
discoin-c8042a48f01aaf306e108683e40db4bfaf0bbcaa.zip
Remove arguments to ParseConfigFile
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 3ec38a7c7..4fb09046b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -106,7 +106,7 @@ boost::filesystem::path GetConfigFile(const std::string& confPath);
boost::filesystem::path GetPidFile();
void CreatePidFile(const boost::filesystem::path &path, pid_t pid);
#endif
-void ReadConfigFile(const std::string& confPath, std::map<std::string, std::string>& mapSettingsRet, std::map<std::string, std::vector<std::string> >& mapMultiSettingsRet);
+void ReadConfigFile(const std::string& confPath);
#ifdef WIN32
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
#endif