summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-20 19:30:51 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-20 19:30:51 +0000
commita99d97e92e9263dc53c072fdd39925ef513d1315 (patch)
tree008c1764446b11b325d626bda23cc6fc39726f9c /protocols/Skype/src/skype_proto.h
parent0414c927e4a23bd6232e0ef64c34dbc3482793b1 (diff)
- added simple notification func
git-svn-id: http://svn.miranda-ng.org/main/trunk@2003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 669ec40b09..a7c488d8d9 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -162,6 +162,8 @@ protected:
int SkypeToMirandaLoginError(CAccount::LOGOUTREASON logoutReason);
+ void ShowNotification(const wchar_t *sid, const wchar_t *message, int flags = 0);
+
// instances
static LIST<CSkypeProto> instanceList;
static int CompareProtos(const CSkypeProto *p1, const CSkypeProto *p2);