diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index faf3808607..0415261830 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -129,7 +129,8 @@ private: *RegToken,
*TokenSecret,
*EndpointId,
- *SelfSkypeName;
+ *SelfSkypeName,
+ *pie;
static CSkypeProto* GetContactAccount(MCONTACT hContact);
@@ -171,8 +172,6 @@ private: int __cdecl OnOptionsInit(WPARAM wParam, LPARAM lParam);
// login
- void OnLoginMSFirst(const NETLIBHTTPREQUEST *response);
- void OnLoginMSSecond(const NETLIBHTTPREQUEST *response);
void OnLoginOAuth(const NETLIBHTTPREQUEST *response);
void OnLoginSuccess();
void OnEndpointCreated(const NETLIBHTTPREQUEST *response);
@@ -339,8 +338,6 @@ private: time_t GetLastMessageTime(MCONTACT hContact);
- std::string urlDecode(std::string SRC);
-
//events
void InitDBEvents();
int __cdecl ProcessSrmmEvent(WPARAM, LPARAM);
|