mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* clean outdated declaration
This commit is contained in:
parent
1d5194a138
commit
45d68d89a9
1 changed files with 0 additions and 1 deletions
1
util.h
1
util.h
|
@ -20,7 +20,6 @@ namespace util
|
||||||
void OptionParser(int argc, const char* const argv[]);
|
void OptionParser(int argc, const char* const argv[]);
|
||||||
int GetArg(const std::string& strArg, int nDefault);
|
int GetArg(const std::string& strArg, int nDefault);
|
||||||
std::string GetArg(const std::string& strArg, const std::string& strDefault);
|
std::string GetArg(const std::string& strArg, const std::string& strDefault);
|
||||||
const char* GetCharArg(const std::string& strArg, const std::string& nDefault);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace filesystem
|
namespace filesystem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue