diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 21:37:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-20 21:37:28 +0000 |
commit | 303d55bea87c9a33267f5d1b351f883b0da78ddd (patch) | |
tree | 279e0e9ba5b780155c9f81ba4a281309d4d4de88 /protocols/Skype/src/skype.h | |
parent | 61ebbb725edaec25bd3c2def9a878657d5b568b4 (diff) |
Added notification about incoming skype call
git-svn-id: http://svn.miranda-ng.org/main/trunk@4493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 963235e755..f489a78803 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -69,6 +69,8 @@ #define SKYPE_SEARCH_BYEMAIL 1002
#define SKYPE_SEARCH_BYNAMES 1003
+#define SKYPE_DB_EVENT_TYPE_CALL 9000
+
#define CMI_AUTH_REVOKE 0
#define CMI_AUTH_REQUEST 1
#define CMI_AUTH_GRANT 2
|