summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-01-12 15:11:45 -0200
committershennetsind <ind@henn.et>2014-01-12 15:11:45 -0200
commit34e5c90da462aa589c89646ca7b49376a4282eac (patch)
tree0565563929dbb9a9a52ea7e1f488b59c17234752 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent8aeb011694ca3023d93dd6e904b3f42ab93f8ba9 (diff)
parentf345e3e50558920cf9a8e7fe142e3e6234b2ee32 (diff)
downloadhercules-34e5c90da462aa589c89646ca7b49376a4282eac.tar.gz
hercules-34e5c90da462aa589c89646ca7b49376a4282eac.tar.bz2
hercules-34e5c90da462aa589c89646ca7b49376a4282eac.tar.xz
hercules-34e5c90da462aa589c89646ca7b49376a4282eac.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.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index f33e7cf23..77dfef632 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -4263,6 +4263,8 @@ struct {
struct HPMHookPoint *HP_script_array_highest_key_post;
struct HPMHookPoint *HP_script_array_free_db_pre;
struct HPMHookPoint *HP_script_array_free_db_post;
+ struct HPMHookPoint *HP_script_array_ensure_zero_pre;
+ struct HPMHookPoint *HP_script_array_ensure_zero_post;
struct HPMHookPoint *HP_script_reg_destroy_single_pre;
struct HPMHookPoint *HP_script_reg_destroy_single_post;
struct HPMHookPoint *HP_script_reg_destroy_pre;
@@ -9288,6 +9290,8 @@ struct {
int HP_script_array_highest_key_post;
int HP_script_array_free_db_pre;
int HP_script_array_free_db_post;
+ int HP_script_array_ensure_zero_pre;
+ int HP_script_array_ensure_zero_post;
int HP_script_reg_destroy_single_pre;
int HP_script_reg_destroy_single_post;
int HP_script_reg_destroy_pre;