mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Custom datadir + cleanup
This commit is contained in:
parent
56f1f627ef
commit
2fd31c6c8d
3 changed files with 19 additions and 20 deletions
1
util.h
1
util.h
|
@ -22,6 +22,7 @@ namespace util
|
|||
|
||||
namespace filesystem
|
||||
{
|
||||
const boost::filesystem::path &GetDataDir();
|
||||
boost::filesystem::path GetDefaultDataDir();
|
||||
boost::filesystem::path GetConfigFile();
|
||||
void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue