adress book added

This commit is contained in:
orignal 2014-03-13 14:22:32 -04:00
parent 06088ff7a2
commit 94a23be9d9
4 changed files with 88 additions and 0 deletions

1
util.h
View file

@ -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,