diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 08:53:21 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 08:53:21 +0300 |
commit | 7890dccf61ba5e92d76e79c121b926ac515d6747 (patch) | |
tree | 52b74bdb31abbf0e18fde416683fe57e3a79807c /api/pluginapi.h | |
parent | 076c9cfcf33e06218805ad0412a806005c3c63f7 (diff) |
services
Diffstat (limited to 'api/pluginapi.h')
-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 274db17..3e9649b 100644 --- a/api/pluginapi.h +++ b/api/pluginapi.h @@ -12,7 +12,7 @@ typedef void* (*SERVICE)(void*); typedef struct { - void* (*CreateServiceFunction)(const char *,SERVICE); + void (*CreateServiceFunction)(const char *,SERVICE); void* (*CallService)(const char *,void*); int (*ServiceExists)(const char *); } PLUGINLINK; |