summaryrefslogtreecommitdiff
path: root/api/pluginapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/pluginapi.h')
-rw-r--r--api/pluginapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pluginapi.h b/api/pluginapi.h
index cce9605..9e3a161 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;