summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-14 13:33:53 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-14 13:33:53 +0000
commitc0af4589fb0d1cb2a365a5ebe01c1a1ee4bfee7a (patch)
tree0f5ec14c913ae4053311d2d375e774619bcdcf8f /protocols/SkypeWeb/src/skype_proto.h
parentae14345bbfce23728baefb9db26ff8e73ea13ad7 (diff)
SkypeWeb: Marking message as read.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index 123e6a2b0c..f837fc36b5 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -198,8 +198,11 @@ private:
void OnMessageSent(const NETLIBHTTPREQUEST *response, void *arg);
int __cdecl OnPreCreateMessage(WPARAM, LPARAM lParam);
+ void MarkMessagesRead(MEVENT hDbEvent);
+
void OnPrivateMessageEvent(JSONNODE *node);
+
// sync
void OnGetServerHistory(const NETLIBHTTPREQUEST *response);
void SyncHistory();