summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index bd71a99658..7a4da4ff38 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -95,13 +95,13 @@ public:
static void InitLanguages();
// search
- void __cdecl SearchBasicThread(void* id);
+ void __cdecl SearchBasicThread(void *param);
//////////////////////////////////////////////////////////////////////////////////////
// services
- static INT_PTR EventGetIcon(WPARAM wParam, LPARAM lParam);
- static INT_PTR GetEventText(WPARAM, LPARAM lParam);
+ static INT_PTR __cdecl SvcEventGetIcon(WPARAM, LPARAM);
+ static INT_PTR __cdecl SvcGetEventText(WPARAM, LPARAM);
//////////////////////////////////////////////////////////////////////////////////////
// settings
@@ -251,6 +251,11 @@ private:
MCONTACT GetContactFromAuthEvent(MEVENT hEvent);
+ // files
+ void __cdecl ReceiveFileThread(void *param);
+
+ INT_PTR __cdecl SvcOfflineFile(WPARAM, LPARAM);
+
// messages
std::map<ULONGLONG, HANDLE> m_mpOutMessagesIds;
@@ -326,10 +331,10 @@ private:
CMStringW ChangeTopicForm();
- //events
+ // events
void InitDBEvents();
- //services
+ // services
INT_PTR __cdecl BlockContact(WPARAM hContact, LPARAM);
INT_PTR __cdecl UnblockContact(WPARAM hContact, LPARAM);
INT_PTR __cdecl OnRequestAuth(WPARAM hContact, LPARAM lParam);