diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-03-11 12:31:25 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-03-11 12:31:25 +0100 |
commit | 4e7fd32f6d75d41e8ae50ef139dc10a8c6f6f379 (patch) | |
tree | 525d7ef994739ccb1f9f5fc0ed704ccc7929762e /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 98c1de6a66535311491899db52dc5aed52d98484 (diff) | |
download | hercules-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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 365bda5da..f6bb75104 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2383,6 +2383,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->parse_line, HP_script_parse_line) }, { HP_POP(script->read_constdb, HP_script_read_constdb) }, { HP_POP(script->constdb_comment, HP_script_constdb_comment) }, + { HP_POP(script->load_parameters, HP_script_load_parameters) }, { HP_POP(script->print_line, HP_script_print_line) }, { HP_POP(script->errorwarning_sub, HP_script_errorwarning_sub) }, { HP_POP(script->set_reg, HP_script_set_reg) }, |