From 98d1364fe37597a79535f4982bf93b66acd8286d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Mar 2015 17:26:52 +0000 Subject: - fix for writing LastSeen information; - fix for receiving error 404 on long contact lists; - iq:last query moved to the UserInfo dialog opening; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/WhatsApp/src/proto.h') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 224527e800..e3e47e5ba1 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -91,6 +91,7 @@ public: // Events //////////////////////////////////////////////////////////////////////////// int __cdecl OnOptionsInit(WPARAM, LPARAM); + int __cdecl OnUserInfo(WPARAM, LPARAM); int __cdecl OnBuildStatusMenu(WPARAM, LPARAM); // Worker Threads //////////////////////////////////////////////////////////////////// -- cgit v1.2.3