ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Str.h
Revision: 1.3
Committed: Sun Aug 13 17:16:01 2006 UTC (17 years, 9 months ago) by elmex
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

File Contents

# Content
1
2 #ifndef __CEXTRACT__
3
4 extern char *StrPathNormalize(char *this, char *src);
5 extern char *StrPathCd(char *cwd, const char *cd);
6 extern char *StrPathGenCd(char *cwd, const char *dstArg);
7 extern char *StrBasename(char *basename, const char *filename);
8
9 #endif /* __CEXTRACT__ */