mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
#788 ReseedFromZIPFile added
This commit is contained in:
parent
bdcbaa031d
commit
3523047243
2 changed files with 28 additions and 4 deletions
4
Reseed.h
4
Reseed.h
|
@ -31,8 +31,10 @@ namespace data
|
|||
|
||||
int ReseedFromSU3 (const std::string& url);
|
||||
int ProcessSU3File (const char * filename);
|
||||
int ProcessZIPFile (const char * filename);
|
||||
int ProcessSU3Stream (std::istream& s);
|
||||
|
||||
int ProcessZIPStream (std::istream& s, uint64_t contentLength);
|
||||
|
||||
bool FindZipDataDescriptor (std::istream& s);
|
||||
|
||||
std::string HttpsRequest (const std::string& address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue