mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
avoid unnececssary recusion
This commit is contained in:
parent
8d98722b46
commit
0e5bbfa21c
2 changed files with 15 additions and 16 deletions
1
NetDb.h
1
NetDb.h
|
@ -78,7 +78,6 @@ namespace data
|
|||
|
||||
bool CreateNetDb(const char * directory);
|
||||
void Load (const char * directory);
|
||||
void Load (const char * directory, bool reseed);
|
||||
void SaveUpdated (const char * directory);
|
||||
void Run (); // exploratory thread
|
||||
void Explore ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue