summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-03-13 19:57:54 +0100
committerHaru <haru@dotalux.com>2016-07-12 20:58:33 +0200
commitad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac (patch)
treed71411780996b4351f1ae13c435d8746ac8e989e /src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
parent1a99077d1cfa1d66b984fec9b956ed8fcd8c4cff (diff)
downloadhercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.gz
hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.bz2
hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.xz
hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
index 3477a58a7..38dd2a7a0 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -408,6 +408,10 @@ struct {
struct HPMHookPoint *HP_DB_init_post;
struct HPMHookPoint *HP_DB_final_pre;
struct HPMHookPoint *HP_DB_final_post;
+ struct HPMHookPoint *HP_des_decrypt_block_pre;
+ struct HPMHookPoint *HP_des_decrypt_block_post;
+ struct HPMHookPoint *HP_des_decrypt_pre;
+ struct HPMHookPoint *HP_des_decrypt_post;
struct HPMHookPoint *HP_geoip_getcountry_pre;
struct HPMHookPoint *HP_geoip_getcountry_post;
struct HPMHookPoint *HP_geoip_final_pre;
@@ -1813,6 +1817,10 @@ struct {
int HP_DB_init_post;
int HP_DB_final_pre;
int HP_DB_final_post;
+ int HP_des_decrypt_block_pre;
+ int HP_des_decrypt_block_post;
+ int HP_des_decrypt_pre;
+ int HP_des_decrypt_post;
int HP_geoip_getcountry_pre;
int HP_geoip_getcountry_post;
int HP_geoip_final_pre;
@@ -2842,6 +2850,7 @@ struct {
struct console_interface console;
struct core_interface core;
struct db_interface DB;
+ struct des_interface des;
struct geoip_interface geoip;
struct inter_auction_interface inter_auction;
struct inter_elemental_interface inter_elemental;