Adding parsePath and making parseConfigFilePath use it.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6622 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman
2007-06-13 15:27:09 +00:00
parent b496239e76
commit c734c13b5c
3 changed files with 65 additions and 48 deletions

View File

@@ -82,4 +82,6 @@ mpd_malloc void *xrealloc(void *ptr, size_t size);
mpd_malloc void *xcalloc(size_t nmemb, size_t size);
char *parsePath(char *path);
#endif