summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-02 10:20:28 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-02 10:20:28 +0300
commitf2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 (patch)
tree593bdfe45b26dc483b5eca6b0913ea891fc40e29 /api
parent0dae041269e8abcd25f5155f4e33a5198e498147 (diff)
modified: ../api/pluginapi.h
modified: main.cpp modified: service.h
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 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;