diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index c277731f7e..48664c424d 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -530,6 +530,7 @@ public: void OnReceiveHistory(MHttpResponse*, AsyncHttpRequest*);
bool RetrieveAvatar(MCONTACT hContact);
+ bool RetrieveChannelAvatar(MCONTACT hContact);
void OnReceiveAvatar(MHttpResponse*, AsyncHttpRequest*);
void OnSendMsg(MHttpResponse*, AsyncHttpRequest*);
@@ -543,6 +544,7 @@ public: CMStringW GetAvatarFilename(MCONTACT hContact);
void CheckAvatarChange(MCONTACT hContact, const CMStringW &wszNewHash);
+ void CheckChannelAvatar(MCONTACT hContact, const CMStringW &wszNewHash);
};
typedef CProtoDlgBase<CDiscordProto> CDiscordDlgBase;
|