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 4c1b936840..224527e800 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -136,6 +136,7 @@ public: WAChatInfo* SafeGetChat(const std::string &jid);
int __cdecl onGroupChatEvent(WPARAM, LPARAM);
+ int __cdecl OnDeleteChat(WPARAM, LPARAM);
int __cdecl OnChatMenu(WPARAM, LPARAM);
INT_PTR __cdecl OnCreateGroup(WPARAM, LPARAM);
|