summaryrefslogtreecommitdiff
path: root/src/common/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/plugins.c')
-rw-r--r--src/common/plugins.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/plugins.c b/src/common/plugins.c
index 76dfc5956..a2d4de73e 100644
--- a/src/common/plugins.c
+++ b/src/common/plugins.c
@@ -348,8 +348,7 @@ void plugins_init(void)
export_symbol(addr_, SYMBOL_ADDR);
// timers
export_symbol(get_uptime, SYMBOL_GET_UPTIME);
-// export_symbol(delete_timer, SYMBOL_DELETE_TIMER);
- export_symbol(delete_timer_sub, SYMBOL_DELETE_TIMER);
+ export_symbol(delete_timer, SYMBOL_DELETE_TIMER);
export_symbol(add_timer_func_list, SYMBOL_ADD_TIMER_FUNC_LIST);
export_symbol(add_timer_interval, SYMBOL_ADD_TIMER_INTERVAL);
export_symbol(add_timer, SYMBOL_ADD_TIMER);