mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
- drop i2p::util::config namespace : not used anymore
This commit is contained in:
parent
2335d3879e
commit
1bcc311738
2 changed files with 0 additions and 88 deletions
8
util.h
8
util.h
|
@ -14,14 +14,6 @@ namespace i2p
|
|||
{
|
||||
namespace util
|
||||
{
|
||||
namespace config
|
||||
{
|
||||
void OptionParser(int argc, const char* const argv[]);
|
||||
int GetArg(const std::string& strArg, int nDefault);
|
||||
std::string GetArg(const std::string& strArg, const std::string& strDefault);
|
||||
void ReadConfigFile(boost::filesystem::path path);
|
||||
}
|
||||
|
||||
namespace filesystem
|
||||
{
|
||||
void SetAppName (const std::string& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue