diff options
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; |