summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 94faae7e08..28665e61da 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -61,6 +61,23 @@ extern HANDLE g_hCallEvent;
#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
+struct LoginInfo
+{
+ struct
+ {
+ ptrA szToken;
+ } api;
+
+ struct
+ {
+ ptrA szToken;
+ ptrA szId;
+ ptrA szServer;
+ } endpoint;
+
+ ptrA szSkypename;
+};
+
#include "version.h"
#include "resource.h"
#include "skype_icons.h"
@@ -69,6 +86,7 @@ extern HANDLE g_hCallEvent;
#include "skype_options.h"
#include "skype_trouter.h"
#include "skype_db.h"
+//#include "skype_chatrooms.h"
#include "skype_utils.h"
#include "http_request.h"
#include "requests\login.h"