Refactored code to Reseed module

This commit is contained in:
Darknet Villain 2017-02-02 15:25:25 -05:00
parent 1b089ca5e6
commit a03bf89190
3 changed files with 63 additions and 39 deletions

View file

@ -21,6 +21,7 @@ namespace data
Reseeder();
~Reseeder();
void Bootstrap ();
int ReseedFromServers ();
int ReseedFromSU3Url (const std::string& url);
int ProcessSU3File (const char * filename);