diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 10:20:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 10:20:28 +0300 |
commit | f2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 (patch) | |
tree | 593bdfe45b26dc483b5eca6b0913ea891fc40e29 /api | |
parent | 0dae041269e8abcd25f5155f4e33a5198e498147 (diff) |
modified: ../api/pluginapi.h
modified: main.cpp
modified: service.h
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 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; |