diff options
author | panikon <panikon@zoho.com> | 2014-06-18 16:18:48 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-06-18 16:18:48 -0300 |
commit | 6ae0d5bb8baca91a782c37ee2cefa61a886eaf0a (patch) | |
tree | d6b9cf875561f10149ac63f5258c3c3eaa21ff25 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 26a18851b346064f626697680b99f065ac408bb4 (diff) | |
parent | fb2fc548cab17a504fc59d0d622814783f08c92e (diff) | |
download | hercules-6ae0d5bb8baca91a782c37ee2cefa61a886eaf0a.tar.gz hercules-6ae0d5bb8baca91a782c37ee2cefa61a886eaf0a.tar.bz2 hercules-6ae0d5bb8baca91a782c37ee2cefa61a886eaf0a.tar.xz hercules-6ae0d5bb8baca91a782c37ee2cefa61a886eaf0a.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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; |