summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-01-23 17:21:30 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-01-23 17:21:30 +0100
commit8fb2b31e8de73872baddc3d983a4eea5c359329d (patch)
tree29a4cf80c6c8fa38d53586d02330f4783ff6a15c /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parente68d860dbaa6b1bcf8104463cd3001ae946b7d4e (diff)
downloadhercules-8fb2b31e8de73872baddc3d983a4eea5c359329d.tar.gz
hercules-8fb2b31e8de73872baddc3d983a4eea5c359329d.tar.bz2
hercules-8fb2b31e8de73872baddc3d983a4eea5c359329d.tar.xz
hercules-8fb2b31e8de73872baddc3d983a4eea5c359329d.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.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 0f9748153..3dfa69d4c 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -9,8 +9,8 @@ struct {
struct HPMHookPoint *HP_atcommand_init_post;
struct HPMHookPoint *HP_atcommand_final_pre;
struct HPMHookPoint *HP_atcommand_final_post;
- struct HPMHookPoint *HP_atcommand_parse_pre;
- struct HPMHookPoint *HP_atcommand_parse_post;
+ struct HPMHookPoint *HP_atcommand_exec_pre;
+ struct HPMHookPoint *HP_atcommand_exec_post;
struct HPMHookPoint *HP_atcommand_create_pre;
struct HPMHookPoint *HP_atcommand_create_post;
struct HPMHookPoint *HP_atcommand_can_use_pre;
@@ -5028,8 +5028,8 @@ struct {
int HP_atcommand_init_post;
int HP_atcommand_final_pre;
int HP_atcommand_final_post;
- int HP_atcommand_parse_pre;
- int HP_atcommand_parse_post;
+ int HP_atcommand_exec_pre;
+ int HP_atcommand_exec_post;
int HP_atcommand_create_pre;
int HP_atcommand_create_post;
int HP_atcommand_can_use_pre;