summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-11 01:48:47 +0200
committerHaru <haru@dotalux.com>2015-08-15 00:51:44 +0200
commit30987271e6d3c9eb202997494690ed102adeca87 (patch)
treecadf26be9bef264382967f9d9db9197e6fb968cb /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent22bd368e5d4d8d61a7189d03f52c3afd90c0729e (diff)
downloadhercules-30987271e6d3c9eb202997494690ed102adeca87.tar.gz
hercules-30987271e6d3c9eb202997494690ed102adeca87.tar.bz2
hercules-30987271e6d3c9eb202997494690ed102adeca87.tar.xz
hercules-30987271e6d3c9eb202997494690ed102adeca87.zip
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 74d073b0d..cc96d3171 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -929,6 +929,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(console->init, HP_console_init) },
{ HP_POP(console->final, HP_console_final) },
{ HP_POP(console->display_title, HP_console_display_title) },
+/* core */
+ { HP_POP(core->shutdown_callback, HP_core_shutdown_callback) },
/* DB */
{ HP_POP(DB->fix_options, HP_DB_fix_options) },
{ HP_POP(DB->default_cmp, HP_DB_default_cmp) },