From 7041ab5d41644bc3310b5c16b9c0aa3818a03d10 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 16 Mar 2011 14:06:26 +0200 Subject: skeleton for events handler functions return type correction --- api/ec_pluginapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'api/ec_pluginapi.h') diff --git a/api/ec_pluginapi.h b/api/ec_pluginapi.h index 4176819..50bb776 100644 --- a/api/ec_pluginapi.h +++ b/api/ec_pluginapi.h @@ -35,7 +35,9 @@ typedef struct { void (*CreateServiceFunction)(const char *,SERVICE); void* (*CallService)(const char *,void*); - int (*ServiceExists)(const char *); + bool (*ServiceExists)(const char *); + bool (*RegisterEventHandler)(void*); + bool (*RegisterEventType)(int); } PLUGINLINK; typedef struct -- cgit v1.2.3