aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-15 19:36:33 +0200
committerMax Kellermann <max@duempel.org>2008-10-15 19:36:33 +0200
commit7366191f0d0d5c50ee051a3b60fc31ad86bce721 (patch)
tree5b9d9280d0d93fe6779719e2796e790e1f95eb8c /src/mapper.h
parent76779f0fbe195d4334fdd56d0f36630a4eca5240 (diff)
downloadmpd-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.h4
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.
*