diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-03 09:40:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-03 09:40:07 +0300 |
commit | 848d632ce9e1bc7ae076c1ea561d997641ae2b87 (patch) | |
tree | 13808eb078e6213b30729666e95136a155954fd7 /api | |
parent | f2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 (diff) |
service creation/calling working (at least for test service)
Diffstat (limited to 'api')
-rw-r--r-- | api/pluginapi.h | 2 |
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; |