summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-08-18 11:14:19 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-08-18 11:14:19 +0000
commitce2529939b498acc2be8c3c09c897c6f96eee9f7 (patch)
treebc1466ac0eae8ad48758fb060349db9610b342c2 /protocols/SkypeWeb/src/stdafx.h
parente934e6f00db72324d80ff0c272249435d884cc64 (diff)
SkypeWeb: more fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r--protocols/SkypeWeb/src/stdafx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 28665e61da..5f391969cc 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -78,6 +78,21 @@ struct LoginInfo
ptrA szSkypename;
};
+
+struct TRInfo
+{
+ std::string socketIo,
+ connId,
+ st,
+ se,
+ instance,
+ ccid,
+ sessId,
+ sig,
+ url;
+ time_t lastRegistrationTime;
+}trouter;
+
#include "version.h"
#include "resource.h"
#include "skype_icons.h"