diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 076c11d8f3..3a7842bd1f 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -311,6 +311,7 @@ class WhatsAppProto : public PROTO<WhatsAppProto> void ApplyPatch(const JSONNode &index, const Wa__SyncActionValue *data);
void ParsePatch(WACollection *pColl, const Wa__SyncdRecord *rec, bool bSet);
void ProcessHistorySync(const Wa__HistorySync *pSync);
+ void RemoveCachedSettings();
void ResyncServer(const OBJLIST<WACollection> &task);
void ResyncAll(void);
|