From c0af4589fb0d1cb2a365a5ebe01c1a1ee4bfee7a Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 14 Apr 2015 13:33:53 +0000 Subject: SkypeWeb: Marking message as read. git-svn-id: http://svn.miranda-ng.org/main/trunk@12806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/SkypeWeb/src/skype_proto.h') 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(); -- cgit v1.2.3