summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-03-13 20:21:07 +0100
committerHaru <haru@dotalux.com>2016-07-12 20:58:36 +0200
commit591e877c7f30d4c9d34b996f245b0ad0ee81c46d (patch)
treeffd193d76143bb95500fe707d0c7e019e833b473 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentb1ad3f26233d8a2e79d88802eb75ba39be88af95 (diff)
downloadhercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.gz
hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.bz2
hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.xz
hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index aeb76be5b..3b6582b18 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1701,6 +1701,10 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mapreg->destroyreg, HP_mapreg_destroyreg) },
{ HP_POP(mapreg->reload, HP_mapreg_reload) },
{ HP_POP(mapreg->config_read, HP_mapreg_config_read) },
+/* md5_interface */
+ { HP_POP(md5->string, HP_md5_string) },
+ { HP_POP(md5->binary, HP_md5_binary) },
+ { HP_POP(md5->salt, HP_md5_salt) },
/* mercenary_interface */
{ HP_POP(mercenary->init, HP_mercenary_init) },
{ HP_POP(mercenary->class, HP_mercenary_class) },