diff options
author | Haru <haru@dotalux.com> | 2016-05-17 01:26:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:45 +0200 |
commit | bdc2d0ba6382ef32862052363306abcb3c63c49a (patch) | |
tree | 77f9304ec94104affd8e118abed004886bb5d68a /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 70a1facc30c2670d57744b67ec2e7842b8e0a840 (diff) | |
download | hercules-bdc2d0ba6382ef32862052363306abcb3c63c49a.tar.gz hercules-bdc2d0ba6382ef32862052363306abcb3c63c49a.tar.bz2 hercules-bdc2d0ba6382ef32862052363306abcb3c63c49a.tar.xz hercules-bdc2d0ba6382ef32862052363306abcb3c63c49a.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 77ee32f2f..573ef06c5 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2391,6 +2391,11 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->parse_nextline, HP_script_parse_nextline) }, { HP_POP(script->parse_variable, HP_script_parse_variable) }, { HP_POP(script->parse_simpleexpr, HP_script_parse_simpleexpr) }, + { HP_POP(script->parse_simpleexpr_paren, HP_script_parse_simpleexpr_paren) }, + { HP_POP(script->parse_simpleexpr_number, HP_script_parse_simpleexpr_number) }, + { HP_POP(script->parse_simpleexpr_string, HP_script_parse_simpleexpr_string) }, + { HP_POP(script->parse_simpleexpr_name, HP_script_parse_simpleexpr_name) }, + { HP_POP(script->add_translatable_string, HP_script_add_translatable_string) }, { 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) }, |