diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-07-02 19:17:55 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-07-02 19:17:55 +0200 |
commit | 78be9aa56f3df55d3a40da4302c995eef4ae2a28 (patch) | |
tree | e5d988d333a9ccddf7dc41351c68685847585428 /src/plugins/HPMHooking/HPMHooking_login.sources.inc | |
parent | 0623dad90cb238648755776c56800d0c144d2a86 (diff) | |
download | hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.gz hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.bz2 hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.xz hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_login.sources.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.sources.inc b/src/plugins/HPMHooking/HPMHooking_login.sources.inc index 1c1927619..10558043c 100644 --- a/src/plugins/HPMHooking/HPMHooking_login.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_login.sources.inc @@ -23,6 +23,8 @@ * as it will get overwritten. */ +/* GENERATED FILE DO NOT EDIT */ + 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)); |