mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
specify application name
This commit is contained in:
parent
439b8798c9
commit
2988395b81
3 changed files with 21 additions and 6 deletions
3
util.h
3
util.h
|
@ -25,6 +25,9 @@ namespace util
|
|||
|
||||
namespace filesystem
|
||||
{
|
||||
void SetAppName (const std::string& name);
|
||||
std::string GetAppName ();
|
||||
|
||||
const boost::filesystem::path &GetDataDir();
|
||||
std::string GetFullPath (const std::string& filename);
|
||||
boost::filesystem::path GetDefaultDataDir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue