ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Str.h
Revision: 1.2
Committed: Sun May 7 08:19:29 2006 UTC (18 years ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +4 -4 lines
Log Message:
A few cleanups of Crossedit and a fix to automake so it doesn't build
Crossedit if the needed headers aren't found.

File Contents

# User Rev Content
1 root 1.1
2     #ifndef __CEXTRACT__
3    
4 pippijn 1.2 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 root 1.1
9     #endif /* __CEXTRACT__ */