From 42f650093d1e855ef0ddbbc7dd5fd6f85e5f7279 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 10 Apr 2015 06:32:35 +0000 Subject: skype search 1st attempt git-svn-id: http://svn.miranda-ng.org/main/trunk@12722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index dd468e4941..1c5492c4e4 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -1,3 +1,20 @@ +/* +Copyright (c) 2015 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #ifndef _SKYPE_PROTO_H_ #define _SKYPE_PROTO_H_ @@ -82,6 +99,9 @@ public: // events static int OnModulesLoaded(WPARAM, LPARAM); + //search + void __cdecl SearchBasicThread(void* id); + private: char *password; RequestQueue *requestQueue; @@ -174,6 +194,8 @@ private: void OnReceiveAvatar(const NETLIBHTTPREQUEST *response, void *arg); void OnSentAvatar(const NETLIBHTTPREQUEST *response); + void CSkypeProto::OnSearch(const NETLIBHTTPREQUEST *response); + MCONTACT GetContact(const char *skypename); MCONTACT AddContact(const char *skypename, bool isTemporary = false); -- cgit v1.2.3