diff options
author | hemagx <hemagx2@gmail.com> | 2016-03-28 21:54:46 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-04-16 07:41:53 +0200 |
commit | 75557000f11741217adbcd0c1cebf45c661da1c4 (patch) | |
tree | c4e6d92f896772edc58ea40f2fdf3270a26b4025 /src/plugins/HPMHooking.c | |
parent | ceef84e730a89b9ff462862bba66e2da1c25617e (diff) | |
download | hercules-75557000f11741217adbcd0c1cebf45c661da1c4.tar.gz hercules-75557000f11741217adbcd0c1cebf45c661da1c4.tar.bz2 hercules-75557000f11741217adbcd0c1cebf45c661da1c4.tar.xz hercules-75557000f11741217adbcd0c1cebf45c661da1c4.zip |
Rewrite client interface for login server (part 7)
Added private interface in lclif.p.h
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index f809ff4ab..6530035b9 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -30,6 +30,7 @@ #define HPM_POINTS_INCLUDE "HPMHooking/HPMHooking_login.HookingPoints.inc" #define HPM_SOURCES_INCLUDE "HPMHooking/HPMHooking_login.sources.inc" #include "login/lclif.h" +#include "login/lclif.p.h" #include "login/login.h" #elif defined (HPMHOOKING_CHAR) #define HPM_SERVER_TYPE SERVER_TYPE_CHAR |