From ce2529939b498acc2be8c3c09c897c6f96eee9f7 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 18 Aug 2015 11:14:19 +0000 Subject: SkypeWeb: more fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/stdafx.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'protocols/SkypeWeb/src/stdafx.h') 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" -- cgit v1.2.3