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 29f198e298..e6088cd4b8 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -323,6 +323,7 @@ class WhatsAppProto : public PROTO<WhatsAppProto> // Group chats ///////////////////////////////////////////////////////////////////////// + void GC_RefreshMetadata(); void GC_GetAllMetadata(); void GC_ParseMetadata(const WANode *pGroup); |