summaryrefslogtreecommitdiff
path: root/Hercules.xcodeproj
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2016-03-28 21:54:46 +0200
committerHaru <haru@dotalux.com>2016-04-16 07:41:53 +0200
commit75557000f11741217adbcd0c1cebf45c661da1c4 (patch)
treec4e6d92f896772edc58ea40f2fdf3270a26b4025 /Hercules.xcodeproj
parentceef84e730a89b9ff462862bba66e2da1c25617e (diff)
downloadhercules-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 'Hercules.xcodeproj')
-rw-r--r--Hercules.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hercules.xcodeproj/project.pbxproj b/Hercules.xcodeproj/project.pbxproj
index 4055a64b2..66d46e7f5 100644
--- a/Hercules.xcodeproj/project.pbxproj
+++ b/Hercules.xcodeproj/project.pbxproj
@@ -221,6 +221,7 @@
/* Begin PBXFileReference section */
A5296FCA1CAC40CF001ABCAC /* lclif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lclif.c; path = src/login/lclif.c; sourceTree = SOURCE_ROOT; };
A5296FCB1CAC40CF001ABCAC /* lclif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lclif.h; path = src/login/lclif.h; sourceTree = SOURCE_ROOT; };
+ A5296FCC1CAC40CF001ABCAC /* lclif.p.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lclif.p.h; path = src/login/lclif.p.h; sourceTree = SOURCE_ROOT; };
A5380CCD1856CE180090CBC4 /* mapcache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mapcache; sourceTree = BUILT_PRODUCTS_DIR; };
A5380CD61856CE3C0090CBC4 /* mapcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mapcache.c; path = src/tool/mapcache.c; sourceTree = "<group>"; };
A5467AD11A16FCB4008AFAA6 /* loginif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loginif.c; path = src/char/loginif.c; sourceTree = SOURCE_ROOT; };
@@ -555,6 +556,7 @@
children = (
A5296FCA1CAC40CF001ABCAC /* lclif.c */,
A5296FCB1CAC40CF001ABCAC /* lclif.h */,
+ A5296FCC1CAC40CF001ABCAC /* lclif.p.h */,
A5B894A81A03CDD4005AD22E /* HPMlogin.c */,
A5B894A91A03CDD4005AD22E /* HPMlogin.h */,
A56CC68118564387009EB79C /* account_sql.c */,