From 5d367f0e54fd1bf62f22b869ef75765ec9383e2c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 19 Oct 2010 11:31:43 +0300 Subject: hz.. --- api/ec_pluginapi.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'api/ec_pluginapi.h') diff --git a/api/ec_pluginapi.h b/api/ec_pluginapi.h index 3e9649b..0387a16 100644 --- a/api/ec_pluginapi.h +++ b/api/ec_pluginapi.h @@ -12,17 +12,16 @@ typedef void* (*SERVICE)(void*); typedef struct { - void (*CreateServiceFunction)(const char *,SERVICE); - void* (*CallService)(const char *,void*); - int (*ServiceExists)(const char *); + void (*CreateServiceFunction)(const char *,SERVICE); + void* (*CallService)(const char *,void*); + int (*ServiceExists)(const char *); } PLUGINLINK; typedef struct { - int size; - wchar_t *name, *description, *author, *authoremail; - unsigned long version; - + int size; + wchar_t *name, *description, *author, *authoremail; + unsigned long version; }PLUGININFO; -- cgit v1.2.3