diff options
author | Hercules.ws <dev@herc.ws> | 2016-08-22 03:34:24 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-08-22 03:34:24 +0200 |
commit | 22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91 (patch) | |
tree | b1c25f9c7fd62cf2fec844f3c34e10c98cfd275d /src/plugins/HPMHooking/HPMHooking.Defs.inc | |
parent | 6be58f54fcae8115bd4ffb6b3abb1bbf65248797 (diff) | |
download | hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.gz hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.bz2 hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.xz hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Defs.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Defs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc index 4061bd4d4..9968d1d18 100644 --- a/src/plugins/HPMHooking/HPMHooking.Defs.inc +++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc @@ -2876,6 +2876,8 @@ typedef void (*HPMHOOK_pre_inter_final) (void); typedef void (*HPMHOOK_post_inter_final) (void); typedef bool (*HPMHOOK_pre_inter_config_read) (const char **filename, bool *imported); typedef bool (*HPMHOOK_post_inter_config_read) (bool retVal___, const char *filename, bool imported); +typedef bool (*HPMHOOK_pre_inter_config_read_log) (const char **filename, const struct config_t **config, bool *imported); +typedef bool (*HPMHOOK_post_inter_config_read_log) (bool retVal___, const char *filename, const struct config_t *config, bool imported); typedef bool (*HPMHOOK_pre_inter_config_read_connection) (const char **filename, const struct config_t **config, bool *imported); typedef bool (*HPMHOOK_post_inter_config_read_connection) (bool retVal___, const char *filename, const struct config_t *config, bool imported); #endif // CHAR_INTER_H |