diff options
author | Max Kellermann <max@duempel.org> | 2008-10-15 19:36:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-15 19:36:33 +0200 |
commit | 7366191f0d0d5c50ee051a3b60fc31ad86bce721 (patch) | |
tree | 5b9d9280d0d93fe6779719e2796e790e1f95eb8c /src/path.h | |
parent | 76779f0fbe195d4334fdd56d0f36630a4eca5240 (diff) | |
download | mpd-7366191f0d0d5c50ee051a3b60fc31ad86bce721.tar.gz mpd-7366191f0d0d5c50ee051a3b60fc31ad86bce721.tar.xz mpd-7366191f0d0d5c50ee051a3b60fc31ad86bce721.zip |
mapper: moved musicDir initialization from path.c
Moved the musicDir variable and its initialization code from path.c to
mapper.c.
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/path.h b/src/path.h index 2c5801528..5230ce37c 100644 --- a/src/path.h +++ b/src/path.h @@ -31,8 +31,6 @@ # endif #endif -extern const char *musicDir; - void initPaths(void); void finishPaths(void); @@ -57,9 +55,6 @@ char *pfx_dir(char *dst, const char *path, const size_t path_len, const char *pfx, const size_t pfx_len); -/* relative music path to absolute music path */ -char *rmp2amp_r(char *dst, const char *rel_path); - /* relative playlist path to absolute playlist path */ char *rpp2app_r(char *dst, const char *rel_path); |