From 848d632ce9e1bc7ae076c1ea561d997641ae2b87 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 3 Aug 2010 09:40:07 +0300 Subject: service creation/calling working (at least for test service) --- api/pluginapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pluginapi.h') diff --git a/api/pluginapi.h b/api/pluginapi.h index 9e3a161..cce9605 100644 --- a/api/pluginapi.h +++ b/api/pluginapi.h @@ -8,7 +8,7 @@ typedef INT_PTR (*SERVICE)(WPARAM,LPARAM); typedef struct tagPLUGINLINK { - HANDLE (*CreateServiceFunction)(const char *,SERVICE*); + HANDLE (*CreateServiceFunction)(const char *,SERVICE); INT_PTR (*CallService)(const char *,WPARAM,LPARAM); int (*ServiceExists)(const char *); } PLUGINLINK; -- cgit v1.2.3