diff options
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 2 |
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 |