From 66526765714b08969548a414d3fa87dbe333242d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 28 Jul 2012 19:25:08 +0000 Subject: "!Deprecated" folders moved from root directory to plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@1230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Skype/skypesvc.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/!NotAdopted/Skype/skypesvc.h (limited to 'plugins/!NotAdopted/Skype/skypesvc.h') diff --git a/plugins/!NotAdopted/Skype/skypesvc.h b/plugins/!NotAdopted/Skype/skypesvc.h new file mode 100644 index 0000000000..74c8cd37bf --- /dev/null +++ b/plugins/!NotAdopted/Skype/skypesvc.h @@ -0,0 +1,24 @@ +#include +#include +#include +#include +#include +#include "resource.h" + +void CreateProtoService(const char* szService, MIRANDASERVICE svc); +void HookEvents(void); +void HookEventsLoaded(void); +void UnhookEvents(void); +void CreateServices(void); +INT_PTR SkypeLoadIcon(WPARAM wParam, LPARAM lParam); +INT_PTR SkypeGetName(WPARAM wParam, LPARAM lParam); +INT_PTR SkypeGetCaps(WPARAM wParam, LPARAM lParam); +/* SkypeGetAvatar + * + * Purpose: Return the avatar file name + * Params : wParam=0 + * lParam=0 + * Returns: 0 - Success + * -1 - Failure + */ +INT_PTR SkypeGetAvatar(WPARAM wParam,LPARAM lParam); \ No newline at end of file -- cgit v1.2.3