From c134adbcbf1197d8f6e17ad30252af947294dbf7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Jul 2009 18:58:19 +0200 Subject: mapper: pass music and playlist directory to mapper_init() Added another glue function in main(). --- src/mapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapper.h') diff --git a/src/mapper.h b/src/mapper.h index 2667f1eee..d63243ff7 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); -- cgit v1.2.3