summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2019-01-14 18:17:48 +0100
committerHerculesWSAPI <dev@herc.ws>2019-01-14 18:17:48 +0100
commit21edafad0f74e85c408336274dd1e59db2fe3880 (patch)
tree715c19b69060be7fc82a3c427b5b1a1137335bdb /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent2a471f2f94cf31f3b36e33dcb438fc41754554da (diff)
downloadhercules-21edafad0f74e85c408336274dd1e59db2fe3880.tar.gz
hercules-21edafad0f74e85c408336274dd1e59db2fe3880.tar.bz2
hercules-21edafad0f74e85c408336274dd1e59db2fe3880.tar.xz
hercules-21edafad0f74e85c408336274dd1e59db2fe3880.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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 115b45bc5..485b3d53e 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -3212,6 +3212,8 @@ struct {
struct HPMHookPoint *HP_itemdb_lookup_const_post;
struct HPMHookPoint *HP_itemdb_lookup_const_mask_pre;
struct HPMHookPoint *HP_itemdb_lookup_const_mask_post;
+ struct HPMHookPoint *HP_itemdb_addname_sub_pre;
+ struct HPMHookPoint *HP_itemdb_addname_sub_post;
struct HPMHookPoint *HP_libconfig_read_pre;
struct HPMHookPoint *HP_libconfig_read_post;
struct HPMHookPoint *HP_libconfig_write_pre;
@@ -9861,6 +9863,8 @@ struct {
int HP_itemdb_lookup_const_post;
int HP_itemdb_lookup_const_mask_pre;
int HP_itemdb_lookup_const_mask_post;
+ int HP_itemdb_addname_sub_pre;
+ int HP_itemdb_addname_sub_post;
int HP_libconfig_read_pre;
int HP_libconfig_read_post;
int HP_libconfig_write_pre;