ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Str.h
Revision: 1.1
Committed: Fri Feb 3 07:11:44 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.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__ */