diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-11 16:11:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-11 16:11:38 -0300 |
commit | ab38f2c2435bd0923db3c434841b2a6440313a41 (patch) | |
tree | 1c50f83f2457acd1e4e7f6fb001c84f07d76d59c /src/elogin | |
parent | cf5dae27bd6227877e72cb68f4e360be2bc28094 (diff) | |
download | evol-hercules-ab38f2c2435bd0923db3c434841b2a6440313a41.tar.gz evol-hercules-ab38f2c2435bd0923db3c434841b2a6440313a41.tar.bz2 evol-hercules-ab38f2c2435bd0923db3c434841b2a6440313a41.tar.xz evol-hercules-ab38f2c2435bd0923db3c434841b2a6440313a41.zip |
Revert "Fix redefine HPM interfaces"
This reverts commit c687d2d1b2ad48b5b15899f34b73a41ae73f674c.
Diffstat (limited to 'src/elogin')
-rw-r--r-- | src/elogin/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/elogin/init.c b/src/elogin/init.c index 88f322c..52a95bf 100644 --- a/src/elogin/init.c +++ b/src/elogin/init.c @@ -25,9 +25,6 @@ #include "elogin/parse.h" #include "plugins/HPMHooking.h" - -HPExport struct HPMHooking_interface HPMHooking_s; - #include "common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */ HPExport struct hplugin_info pinfo = |