mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add util::GetWebuiDataDir(), HTTP parsing utilities and tests.
This commit is contained in:
@@ -80,6 +80,10 @@ namespace util
|
||||
*/
|
||||
boost::filesystem::path GetDefaultDataDir();
|
||||
|
||||
/**
|
||||
* @return the default directory for webui data
|
||||
*/
|
||||
boost::filesystem::path GetWebuiDataDir();
|
||||
|
||||
/**
|
||||
* Read a configuration file and store its contents in the given maps.
|
||||
|
||||
Reference in New Issue
Block a user