Handle streams separately in tree_add_track()
[cmus.git] / path.h
blob23a6221d8cd56691525abde631f3dfdf60212aaa
1 #ifndef _PATH_H
2 #define _PATH_H
4 void path_strip(char *str);
5 char *path_absolute_cwd(const char *src, const char *cwd);
6 char *path_absolute(const char *src);
8 #endif