diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-13 15:27:09 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-13 15:27:09 +0000 |
commit | c734c13b5c5c225c2119f6245963d20e207feef0 (patch) | |
tree | b995c8d5ea6631ec289e10b4c8ac9020bd12d219 /src/utils.h | |
parent | b496239e762cc354d9f5a9272893d35615e60144 (diff) | |
download | mpd-c734c13b5c5c225c2119f6245963d20e207feef0.tar.gz mpd-c734c13b5c5c225c2119f6245963d20e207feef0.tar.xz mpd-c734c13b5c5c225c2119f6245963d20e207feef0.zip |
Adding parsePath and making parseConfigFilePath use it.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6622 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 2f911499b..09a9bc4e8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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 |