ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/path.h
(Generate patch)

Comparing deliantra/server/include/path.h (file contents):
Revision 1.7 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.8 by root, Fri Nov 6 13:03:34 2009 UTC

30 * buffer; it is valid until the next call to this function. 30 * buffer; it is valid until the next call to this function.
31 */ 31 */
32char *path_combine(const char *src, const char *dst); 32char *path_combine(const char *src, const char *dst);
33 33
34/** 34/**
35 * Normalize a path; the passed in path is modified in-place.
36 */
37void path_normalize(char *path);
38
39/**
40 * Combine two paths and normalize the result. The result is a static buffer; 35 * Combine two paths and normalize the result. The result is a static buffer;
41 * it is valid until the next call to either this function or to 36 * it is valid until the next call to either this function or to
42 * combine_path(). 37 * combine_path().
43 */ 38 */
44char *path_combine_and_normalize(const char *src, const char *dst); 39char *path_combine_and_normalize(const char *src, const char *dst);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines