mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[addressbook] reset eTags if addressbook can't be loaded
This commit is contained in:
parent
9e9236badb
commit
42c3c28ea7
2 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue