summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-04-29 18:28:38 -0400
committergumi <git@gumi.ca>2020-05-03 11:53:39 -0400
commit9fd9ea52c4ec0f6220c54bed2abe6acea7430282 (patch)
treeb2caee7b99e391f29f72929d2d2aeea17c27836c /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentd76acf9559d6d5a1dbf060328f13e623dd7f2683 (diff)
downloadhercules-9fd9ea52c4ec0f6220c54bed2abe6acea7430282.tar.gz
hercules-9fd9ea52c4ec0f6220c54bed2abe6acea7430282.tar.bz2
hercules-9fd9ea52c4ec0f6220c54bed2abe6acea7430282.tar.xz
hercules-9fd9ea52c4ec0f6220c54bed2abe6acea7430282.zip
update HPM hooks
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 109c30885..3bde525cf 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -5438,6 +5438,8 @@ struct {
struct HPMHookPoint *HP_script_parse_syntax_close_sub_post;
struct HPMHookPoint *HP_script_parse_syntax_pre;
struct HPMHookPoint *HP_script_parse_syntax_post;
+ struct HPMHookPoint *HP_script_parse_syntax_function_pre;
+ struct HPMHookPoint *HP_script_parse_syntax_function_post;
struct HPMHookPoint *HP_script_get_com_pre;
struct HPMHookPoint *HP_script_get_com_post;
struct HPMHookPoint *HP_script_get_num_pre;
@@ -12319,6 +12321,8 @@ struct {
int HP_script_parse_syntax_close_sub_post;
int HP_script_parse_syntax_pre;
int HP_script_parse_syntax_post;
+ int HP_script_parse_syntax_function_pre;
+ int HP_script_parse_syntax_function_post;
int HP_script_get_com_pre;
int HP_script_get_com_post;
int HP_script_get_num_pre;