summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_login.sources.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-07 16:21:56 +0200
committerHaru <haru@dotalux.com>2015-08-13 16:33:29 +0200
commita182a81fdcf5a9dec68cafdb8c4c42185e3f375e (patch)
treeccb9157b6a8ca43549f1a0f145b7a2e48a3adf99 /src/plugins/HPMHooking/HPMHooking_login.sources.inc
parent4de731e9008cbf5960a8e337c850cda77f439261 (diff)
downloadhercules-a182a81fdcf5a9dec68cafdb8c4c42185e3f375e.tar.gz
hercules-a182a81fdcf5a9dec68cafdb8c4c42185e3f375e.tar.bz2
hercules-a182a81fdcf5a9dec68cafdb8c4c42185e3f375e.tar.xz
hercules-a182a81fdcf5a9dec68cafdb8c4c42185e3f375e.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.sources.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.sources.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.sources.inc b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
index aa1bb2625..8bafb6a68 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.sources.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
@@ -4,4 +4,19 @@
// NOTE: This file was auto-generated and should never be manually edited,
// as it will get overwritten.
+memcpy(&HPMHooks.source.HCache, HCache, sizeof(struct HCache_interface));
+memcpy(&HPMHooks.source.cmdline, cmdline, sizeof(struct cmdline_interface));
+memcpy(&HPMHooks.source.console, console, sizeof(struct console_interface));
+memcpy(&HPMHooks.source.DB, DB, sizeof(struct db_interface));
+memcpy(&HPMHooks.source.libconfig, libconfig, sizeof(struct libconfig_interface));
memcpy(&HPMHooks.source.login, login, sizeof(struct login_interface));
+memcpy(&HPMHooks.source.iMalloc, iMalloc, sizeof(struct malloc_interface));
+memcpy(&HPMHooks.source.nullpo, nullpo, sizeof(struct nullpo_interface));
+memcpy(&HPMHooks.source.showmsg, showmsg, sizeof(struct showmsg_interface));
+memcpy(&HPMHooks.source.sockt, sockt, sizeof(struct socket_interface));
+memcpy(&HPMHooks.source.SQL, SQL, sizeof(struct sql_interface));
+memcpy(&HPMHooks.source.StrBuf, StrBuf, sizeof(struct stringbuf_interface));
+memcpy(&HPMHooks.source.strlib, strlib, sizeof(struct strlib_interface));
+memcpy(&HPMHooks.source.sv, sv, sizeof(struct sv_interface));
+memcpy(&HPMHooks.source.sysinfo, sysinfo, sizeof(struct sysinfo_interface));
+memcpy(&HPMHooks.source.timer, timer, sizeof(struct timer_interface));