Archived
1
0
Fork 0

common/path.c: normalize function (old fmt_path) using strbuf.

This commit is contained in:
H Hautakoski 2010-09-14 12:58:39 +02:00 committed by Henrik Hautakoski
parent ccdad9c6aa
commit 25d789c77b
9 changed files with 30 additions and 43 deletions

View file

@ -18,6 +18,6 @@ int is_abspath(const char *path);
size_t pathlen(const char *path);
char* fmt_path(const char *base, const char *name, unsigned char dir);
char* path_normalize(const char *base, const char *name, unsigned char dir);
#endif /* __COMMON_PATH_H */