diff options
Diffstat (limited to '')
-rw-r--r-- | src/mapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |