summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-05-10 20:38:15 +0200
committerHerculesWSAPI <dev@herc.ws>2020-05-10 20:38:15 +0200
commit42daa6d6e700118d40c8df340c27a4b39dac4d7c (patch)
treee3e59d44faeb0e23ec8a69ab621bf123a0c3212b /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent0d66a7243aa6e129cddea4ca09c2616354c23ffa (diff)
downloadhercules-42daa6d6e700118d40c8df340c27a4b39dac4d7c.tar.gz
hercules-42daa6d6e700118d40c8df340c27a4b39dac4d7c.tar.bz2
hercules-42daa6d6e700118d40c8df340c27a4b39dac4d7c.tar.xz
hercules-42daa6d6e700118d40c8df340c27a4b39dac4d7c.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 70bc309f3..e8cb41240 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -5518,6 +5518,8 @@ struct {
struct HPMHookPoint *HP_script_print_line_post;
struct HPMHookPoint *HP_script_errorwarning_sub_pre;
struct HPMHookPoint *HP_script_errorwarning_sub_post;
+ struct HPMHookPoint *HP_script_is_permanent_variable_pre;
+ struct HPMHookPoint *HP_script_is_permanent_variable_post;
struct HPMHookPoint *HP_script_set_reg_pre;
struct HPMHookPoint *HP_script_set_reg_post;
struct HPMHookPoint *HP_script_set_reg_ref_str_pre;
@@ -12417,6 +12419,8 @@ struct {
int HP_script_print_line_post;
int HP_script_errorwarning_sub_pre;
int HP_script_errorwarning_sub_post;
+ int HP_script_is_permanent_variable_pre;
+ int HP_script_is_permanent_variable_post;
int HP_script_set_reg_pre;
int HP_script_set_reg_post;
int HP_script_set_reg_ref_str_pre;