Crossfire Server, Branch 1.12  R12190
path.h
Go to the documentation of this file.
00001 /* $Id: path.h 11578 2009-02-23 22:02:27Z lalo $ */
00002 
00008 #ifndef PATH_H
00009 #define PATH_H
00010 
00014 char *path_combine(const char *src, const char *dst, char *path, size_t size);
00015 
00019 void path_normalize(char *path);
00020 
00026 char *path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size);
00027 
00028 #endif /* PATH_H */