diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-12-17 04:26:42 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-12-17 04:26:42 +0100 |
commit | a5f958629203760c5ced0405ad453269238136da (patch) | |
tree | a2cc66a7834e449fb5acb9a9dad798fc93e24ca4 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 8b84026c292fed6f6218278c870c4f8839fbd40a (diff) | |
download | hercules-a5f958629203760c5ced0405ad453269238136da.tar.gz hercules-a5f958629203760c5ced0405ad453269238136da.tar.bz2 hercules-a5f958629203760c5ced0405ad453269238136da.tar.xz hercules-a5f958629203760c5ced0405ad453269238136da.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.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index cc234a000..7f42ba772 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4095,8 +4095,6 @@ struct { struct HPMHookPoint *HP_script_reportdata_post; struct HPMHookPoint *HP_script_reportfunc_pre; struct HPMHookPoint *HP_script_reportfunc_post; - struct HPMHookPoint *HP_script_disp_error_message2_pre; - struct HPMHookPoint *HP_script_disp_error_message2_post; struct HPMHookPoint *HP_script_disp_warning_message_pre; struct HPMHookPoint *HP_script_disp_warning_message_post; struct HPMHookPoint *HP_script_check_event_pre; @@ -9068,8 +9066,6 @@ struct { int HP_script_reportdata_post; int HP_script_reportfunc_pre; int HP_script_reportfunc_post; - int HP_script_disp_error_message2_pre; - int HP_script_disp_error_message2_post; int HP_script_disp_warning_message_pre; int HP_script_disp_warning_message_post; int HP_script_check_event_pre; |