removed unused parameter

This commit is contained in:
orignal 2015-12-21 09:33:09 -05:00
parent 2635a658d0
commit 06e45bff24
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ namespace data
void LoadCertificate (const std::string& filename);
int ReseedFromSU3 (const std::string& host, bool https = false);
int ReseedFromSU3 (const std::string& host);
int ProcessSU3File (const char * filename);
int ProcessSU3Stream (std::istream& s);