diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-24 09:23:01 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-24 09:23:01 +0000 |
commit | 04c18aa4ab21f78ddd29fcbdc18afba148f96135 (patch) | |
tree | 7ef41d868f285bc2603b264c420bb6572d51041e /protocols/Skype/src/skype.h | |
parent | 90619452ae4429a71a3034cb3db72adc275487bf (diff) |
Skype:
- updated icons
- added server side ignore list
- removed bookmsrks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 098a5efeb8..696551b041 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -15,6 +15,7 @@ #include <newpluginapi.h>
#include <m_system_cpp.h>
+#include <m_assocmgr.h>
#include <m_avatars.h>
#include <m_clist.h>
#include <m_clistint.h>
@@ -61,7 +62,6 @@ #define BBB_ID_CONF_INVITE 2001
#define BBB_ID_CONF_SPAWN 2002
-#define BBB_ID_CONF_BOOKMARK 2003
#define SKYPE_DB_EVENT_TYPE_EMOTE 10001
#define SKYPE_DB_EVENT_TYPE_CONTACTS 10002
@@ -72,14 +72,13 @@ enum CMI_AUTH_REQUEST,
CMI_AUTH_GRANT,
CMI_AUTH_REVOKE,
- CMI_CHAT_BOOKMARK,
CMI_IGNORE,
CMI_BLOCK,
CMI_MAX // this item shall be the last one
};
-#define SMI_CHAT_INVITE 1
-#define SMI_CHAT_BOOKMARKS 2
+#define SMI_CHAT_CREATE 1
+#define SMI_IGNORE_LIST 2
#include "string_list.h"
|