aboutsummaryrefslogtreecommitdiff
path: root/src/mapper.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-15 18:58:19 +0200
committerMax Kellermann <max@duempel.org>2009-07-15 18:58:19 +0200
commitc134adbcbf1197d8f6e17ad30252af947294dbf7 (patch)
tree9150619424e2564c09786db518f656867418cd4a /src/mapper.h
parent7bc8c7518b088d160f9861cac418d080c3f69531 (diff)
mapper: pass music and playlist directory to mapper_init()
Added another glue function in main().
Diffstat (limited to 'src/mapper.h')
-rw-r--r--src/mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapper.h b/src/mapper.h
index 2667f1ee..d63243ff 100644
--- a/src/mapper.h
+++ b/src/mapper.h
@@ -31,7 +31,7 @@
struct directory;
struct song;
-void mapper_init(void);
+void mapper_init(const char *_music_dir, const char *_playlist_dir);
void mapper_finish(void);