summaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-17 23:58:19 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-17 23:58:19 +0200
commitf4a5bae0c010e3c20d6420c9de2bb74182b26b6e (patch)
treeac120eaa84821ac21fd51235829c1db82570d230 /core/main.cpp
parentb170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (diff)
events are working )
Diffstat (limited to 'core/main.cpp')
-rw-r--r--core/main.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{