diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-02 17:26:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-02 17:26:52 +0000 |
commit | 98d1364fe37597a79535f4982bf93b66acd8286d (patch) | |
tree | 45324c4f4a56236141de79c83a4a51e964133919 /protocols/WhatsApp/src/proto.h | |
parent | 20cc2883a8790563b18e7ba2985b6e92b27073af (diff) |
- 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
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 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 ////////////////////////////////////////////////////////////////////
|