mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
[addressbook] reset eTags if addressbook can't be loaded
This commit is contained in:
@@ -46,6 +46,7 @@ namespace client
|
||||
|
||||
virtual void SaveEtag (const i2p::data::IdentHash& subscription, const std::string& etag, const std::string& lastModified) = 0;
|
||||
virtual bool GetEtag (const i2p::data::IdentHash& subscription, std::string& etag, std::string& lastModified) = 0;
|
||||
virtual void ResetEtags () = 0;
|
||||
};
|
||||
|
||||
class AddressBookSubscription;
|
||||
|
||||
Reference in New Issue
Block a user