summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-03-11 12:31:25 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-03-11 12:31:25 +0100
commit4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379 (patch)
tree525d7ef994739ccb1f9f5fc0ed704ccc7929762e /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent98c1de6a66535311491899db52dc5aed52d98484 (diff)
downloadhercules-4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379.tar.gz
hercules-4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379.tar.bz2
hercules-4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379.tar.xz
hercules-4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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 e5457e47c..caea8381e 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4658,6 +4658,8 @@ struct {
struct HPMHookPoint *HP_script_read_constdb_post;
struct HPMHookPoint *HP_script_constdb_comment_pre;
struct HPMHookPoint *HP_script_constdb_comment_post;
+ struct HPMHookPoint *HP_script_load_parameters_pre;
+ struct HPMHookPoint *HP_script_load_parameters_post;
struct HPMHookPoint *HP_script_print_line_pre;
struct HPMHookPoint *HP_script_print_line_post;
struct HPMHookPoint *HP_script_errorwarning_sub_pre;
@@ -10535,6 +10537,8 @@ struct {
int HP_script_read_constdb_post;
int HP_script_constdb_comment_pre;
int HP_script_constdb_comment_post;
+ int HP_script_load_parameters_pre;
+ int HP_script_load_parameters_post;
int HP_script_print_line_pre;
int HP_script_print_line_post;
int HP_script_errorwarning_sub_pre;