Crossfire Server, Branches 1.12  R18729
path.h
Go to the documentation of this file.
1 /* $Id: path.h 11578 2009-02-23 22:02:27Z lalo $ */
2 
8 #ifndef PATH_H
9 #define PATH_H
10 
14 char *path_combine(const char *src, const char *dst, char *path, size_t size);
15 
19 void path_normalize(char *path);
20 
26 char *path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size);
27 
28 #endif /* PATH_H */
char * path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size)
Definition: path.c:184
char * path_combine(const char *src, const char *dst, char *path, size_t size)
Definition: path.c:63
void path_normalize(char *path)
Definition: path.c:97