mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Make tunnels.cfg configurable
This commit is contained in:
parent
f6eabd695b
commit
4109ab1590
5 changed files with 14 additions and 4 deletions
1
util.h
1
util.h
|
@ -33,6 +33,7 @@ namespace util
|
|||
std::string GetFullPath (const std::string& filename);
|
||||
boost::filesystem::path GetDefaultDataDir();
|
||||
boost::filesystem::path GetConfigFile();
|
||||
boost::filesystem::path GetTunnelsConfigFile();
|
||||
void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet,
|
||||
std::map<std::string, std::vector<std::string> >& mapMultiSettingsRet);
|
||||
boost::filesystem::path GetCertificatesDir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue