diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:31:43 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:31:43 +0300 |
commit | 5d367f0e54fd1bf62f22b869ef75765ec9383e2c (patch) | |
tree | a3d2f900faab225b53d59bd8fb5add98520c589a /api/ec_pluginapi.h | |
parent | b50a786c2758a34eff01a491ef103bd5a053ba90 (diff) |
hz..
Diffstat (limited to 'api/ec_pluginapi.h')
-rw-r--r-- | api/ec_pluginapi.h | 13 |
1 files changed, 6 insertions, 7 deletions
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;
|