summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-07 18:11:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-07 18:11:52 +0300
commit3c7699f80c5c4b8be13731c36d4deb4c6cc8eefe (patch)
treee36481505b053c485986f168d864d1f5c517d862 /protocols/ICQ-WIM/src/proto.h
parent0f594b2f7ca05b59f96d6c444d96cd04c9c084fe (diff)
fixes #2202 (ICQ: входящие изображения не помечаются прочитанными)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h1
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);