summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-08 21:06:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-08 21:06:03 +0000
commitcc9402b1daabb0a27065e5eb704948cc2f74f7df (patch)
tree8d12ae7f91d18346d367cecd1ee4443e09d623a0 /protocols/WhatsApp/src/proto.h
parentf3a873e47ed64d570fd6c678a1d815b13711d017 (diff)
bunch of small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index 8702f2c060..4585d9e48f 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -127,6 +127,7 @@ public:
void InviteChatUser(WAChatInfo *pInfo);
void KickChatUser(WAChatInfo *pInfo, const TCHAR *ptszJid);
TCHAR* GetChatUserNick(const std::string &jid);
+ void SetChatAvatar(WAChatInfo *pInfo);
void onGroupMessageReceived(const FMessage &fmsg);
@@ -161,6 +162,8 @@ private:
INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM);
INT_PTR __cdecl SetMyAvatar(WPARAM, LPARAM);
+ int InternalSetAvatar(MCONTACT hContact, const char *szJid, const TCHAR *ptszFileName);
+
// Private data //////////////////////////////////////////////////////////////////////
HGENMENU m_hMenuRoot;