diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-06-18 05:10:35 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-06-18 05:10:35 +0200 |
commit | 76381fade4f45e7b9437966254355920765f74d3 (patch) | |
tree | 5a49bfc3295715cefa3b896221229503a4fbc745 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | c924056673e213847ea2ff9ed04cb5f42ae40104 (diff) | |
download | hercules-76381fade4f45e7b9437966254355920765f74d3.tar.gz hercules-76381fade4f45e7b9437966254355920765f74d3.tar.bz2 hercules-76381fade4f45e7b9437966254355920765f74d3.tar.xz hercules-76381fade4f45e7b9437966254355920765f74d3.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index 9c877c56a..e9727658f 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4799,6 +4799,8 @@ struct { struct HPMHookPoint *HP_status_get_total_def_post; struct HPMHookPoint *HP_status_get_matk_pre; struct HPMHookPoint *HP_status_get_matk_post; + struct HPMHookPoint *HP_status_update_matk_pre; + struct HPMHookPoint *HP_status_update_matk_post; struct HPMHookPoint *HP_status_readdb_pre; struct HPMHookPoint *HP_status_readdb_post; struct HPMHookPoint *HP_status_initChangeTables_pre; @@ -9832,6 +9834,8 @@ struct { int HP_status_get_total_def_post; int HP_status_get_matk_pre; int HP_status_get_matk_post; + int HP_status_update_matk_pre; + int HP_status_update_matk_post; int HP_status_readdb_pre; int HP_status_readdb_post; int HP_status_initChangeTables_pre; |