diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-12-16 15:17:34 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-12-16 15:17:34 +0100 |
commit | f1506b5a1cf67e66eb441fa5f9a32a1191935929 (patch) | |
tree | 719ca64293b443eb0ae03118c872a443b28fd97d /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | d39250a6d5bb8987fcc8d7e8961680f9802fb2e7 (diff) | |
download | hercules-f1506b5a1cf67e66eb441fa5f9a32a1191935929.tar.gz hercules-f1506b5a1cf67e66eb441fa5f9a32a1191935929.tar.bz2 hercules-f1506b5a1cf67e66eb441fa5f9a32a1191935929.tar.xz hercules-f1506b5a1cf67e66eb441fa5f9a32a1191935929.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index 1d07fda2e..3c442c4ab 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -198,6 +198,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(console->init, HP_console_init) }, { HP_POP(console->final, HP_console_final) }, { HP_POP(console->display_title, HP_console_display_title) }, + { HP_POP(console->display_gplnotice, HP_console_display_gplnotice) }, /* core */ { HP_POP(core->shutdown_callback, HP_core_shutdown_callback) }, /* DB */ |