mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-28 09:56:22 +02:00
process SU3 files with data descriptor
This commit is contained in:
parent
0e935a3511
commit
23e49e730f
2 changed files with 50 additions and 9 deletions
3
Reseed.h
3
Reseed.h
|
@ -24,6 +24,9 @@ namespace data
|
|||
int ReseedFromSU3 (const std::string& host);
|
||||
int ProcessSU3File (const char * filename);
|
||||
int ProcessSU3Stream (std::istream& s);
|
||||
|
||||
bool FindZipDataDescriptor (std::istream& s);
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue