mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
adress book added
This commit is contained in:
parent
06088ff7a2
commit
94a23be9d9
4 changed files with 88 additions and 0 deletions
1
util.h
1
util.h
|
@ -25,6 +25,7 @@ namespace util
|
|||
namespace filesystem
|
||||
{
|
||||
const boost::filesystem::path &GetDataDir();
|
||||
std::string GetFullPath (const std::string& filename);
|
||||
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