mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-15 18:46:52 +02:00
check for data descriptor flag
This commit is contained in:
parent
56a95fa9b5
commit
0e935a3511
2 changed files with 17 additions and 9 deletions
5
Reseed.h
5
Reseed.h
|
@ -22,10 +22,9 @@ namespace data
|
|||
private:
|
||||
|
||||
int ReseedFromSU3 (const std::string& host);
|
||||
int ProcessSU3File (const char * filename);
|
||||
int ProcessSU3Stream (std::istream& s);
|
||||
};
|
||||
|
||||
int ProcessSU3File (const char * filename);
|
||||
int ProcessSU3Stream (std::istream& s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue