summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-03 14:47:25 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-03 14:47:25 +0000
commit93d2e2120e56bae6e62cf4297ea82c3dc0ab295a (patch)
treeae7987e7d3f6f930b699bd18534f63a3f615951e /protocols/SkypeWeb/src/stdafx.h
parentcfa1c925749b1659a5e5e230bc42460de5a25aeb (diff)
SkypeWeb: Updating contact list & auth requests every 10 minutes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 63b16f163e..dd1b5411d3 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -62,6 +62,7 @@ struct CSkypeProto;
extern HINSTANCE g_hInstance;
extern char g_szMirVer[];
+extern LIST<CSkypeProto> skypeInstances;
#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
@@ -106,4 +107,5 @@ enum SKYPE_LOGIN_ERROR
#define SKYPE_DB_EVENT_TYPE_ACTION 10001
#define SKYPE_DB_EVENT_TYPE_INCOMING_CALL 10002
+
#endif //_COMMON_H_ \ No newline at end of file