From 7890dccf61ba5e92d76e79c121b926ac515d6747 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Oct 2010 08:53:21 +0300 Subject: services --- api/pluginapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pluginapi.h') 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; -- cgit v1.2.3