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/mapper.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/mapper.h')
-rw-r--r-- | src/mapper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapper.h b/src/mapper.h index 2c21a68e8..ff6603d1e 100644 --- a/src/mapper.h +++ b/src/mapper.h @@ -26,6 +26,10 @@ struct directory; struct song; +void mapper_init(void); + +void mapper_finish(void); + /** * Determines the file system path of a directory object. * |