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/common.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'protocols/SkypeWeb/src/common.h') diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index 47ada92684..83a0ba1bdd 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.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 _COMMON_H_ #define _COMMON_H_ @@ -61,6 +78,7 @@ struct CSkypeProto; #include "requests\messages.h" #include "requests\poll.h" #include "requests\avatars.h" +#include "requests\search.h" #include "request_queue.h" #include "skype_proto.h" -- cgit v1.2.3