summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-01-25 21:39:01 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-01-25 21:39:01 +0100
commit006e9b2d3e7d5ad3d89fae731d08aedcf73d2dbb (patch)
tree0914deeea297c66c9af3faebf75aff4e4f66ae7f /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentd062c9fba109a3821e67e4e6c6cabd772b8c2bf5 (diff)
downloadhercules-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.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 d909e9892..f5ac1e70a 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4628,6 +4628,8 @@ struct {
struct HPMHookPoint *HP_script_parse_line_post;
struct HPMHookPoint *HP_script_read_constdb_pre;
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_print_line_pre;
struct HPMHookPoint *HP_script_print_line_post;
struct HPMHookPoint *HP_script_errorwarning_sub_pre;
@@ -10473,6 +10475,8 @@ struct {
int HP_script_parse_line_post;
int HP_script_read_constdb_pre;
int HP_script_read_constdb_post;
+ int HP_script_constdb_comment_pre;
+ int HP_script_constdb_comment_post;
int HP_script_print_line_pre;
int HP_script_print_line_post;
int HP_script_errorwarning_sub_pre;