diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-07 18:11:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-07 18:11:52 +0300 |
commit | 3c7699f80c5c4b8be13731c36d4deb4c6cc8eefe (patch) | |
tree | e36481505b053c485986f168d864d1f5c517d862 /protocols/ICQ-WIM/src/proto.h | |
parent | 0f594b2f7ca05b59f96d6c444d96cd04c9c084fe (diff) |
fixes #2202 (ICQ: входящие изображения не помечаются прочитанными)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 7c8100eca7..6a06db66db 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -240,6 +240,7 @@ class CIcqProto : public PROTO<CIcqProto> void EmailNotification(const wchar_t *pwszText); void GetPermitDeny(); wchar_t* GetUIN(MCONTACT hContact); + void MarkAsRead(MCONTACT hContact); void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup); bool RetrievePassword(); void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1); |