summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2013-12-05 12:07:26 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2013-12-05 12:07:26 +0100
commit9ce970bccc98f3004b14eaf11925d7d7841bf2d8 (patch)
treebebb9eedc64e283f8c242250b79da782e7b16d37 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent4d1f7cc5aad1f5b541894bb1d458fe09d46f626e (diff)
downloadhercules-9ce970bccc98f3004b14eaf11925d7d7841bf2d8.tar.gz
hercules-9ce970bccc98f3004b14eaf11925d7d7841bf2d8.tar.bz2
hercules-9ce970bccc98f3004b14eaf11925d7d7841bf2d8.tar.xz
hercules-9ce970bccc98f3004b14eaf11925d7d7841bf2d8.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 605281654..cc234a000 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -3983,6 +3983,8 @@ struct {
struct HPMHookPoint *HP_script_reload_post;
struct HPMHookPoint *HP_script_parse_pre;
struct HPMHookPoint *HP_script_parse_post;
+ struct HPMHookPoint *HP_script_add_builtin_pre;
+ struct HPMHookPoint *HP_script_add_builtin_post;
struct HPMHookPoint *HP_script_parse_builtin_pre;
struct HPMHookPoint *HP_script_parse_builtin_post;
struct HPMHookPoint *HP_script_parse_subexpr_pre;
@@ -8954,6 +8956,8 @@ struct {
int HP_script_reload_post;
int HP_script_parse_pre;
int HP_script_parse_post;
+ int HP_script_add_builtin_pre;
+ int HP_script_add_builtin_post;
int HP_script_parse_builtin_pre;
int HP_script_parse_builtin_post;
int HP_script_parse_subexpr_pre;