From f4a5bae0c010e3c20d6420c9de2bb74182b26b6e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 23:58:19 +0200 Subject: events are working ) --- core/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/main.cpp') diff --git a/core/main.cpp b/core/main.cpp index 73e88f3..29d2bd1 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -28,7 +28,7 @@ int current_plugin_id = 13; bool halt_requested = false; -PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType}; +PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType, &ExecuteEvent}; int on_exit() { -- cgit v1.2.3