summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-03 09:40:07 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-03 09:40:07 +0300
commit848d632ce9e1bc7ae076c1ea561d997641ae2b87 (patch)
tree13808eb078e6213b30729666e95136a155954fd7 /api
parentf2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 (diff)
service creation/calling working (at least for test service)
Diffstat (limited to 'api')
-rw-r--r--api/pluginapi.h2
1 files changed, 1 insertions, 1 deletions
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;