diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-01-25 21:39:01 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-01-25 21:39:01 +0100 |
commit | 006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb (patch) | |
tree | 0914deeea297c66c9af3faebf75aff4e4f66ae7f /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | d062c9fba109a3821e67e4e6c6cabd772b8c2bf5 (diff) | |
download | hercules-006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb.tar.gz hercules-006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb.tar.bz2 hercules-006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb.tar.xz hercules-006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb.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 db30c8c02..f7ee233c3 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2368,6 +2368,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->parse_expr, HP_script_parse_expr) }, { 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->print_line, HP_script_print_line) }, { HP_POP(script->errorwarning_sub, HP_script_errorwarning_sub) }, { HP_POP(script->set_reg, HP_script_set_reg) }, |