aboutsummaryrefslogtreecommitdiff
path: root/src/Mapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r--src/Mapper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx
index c01db759..af6c84cc 100644
--- a/src/Mapper.hxx
+++ b/src/Mapper.hxx
@@ -33,7 +33,8 @@ class Path;
struct Directory;
struct song;
-void mapper_init(const char *_music_dir, const char *_playlist_dir);
+bool mapper_init(const char *_music_dir, const char *_playlist_dir,
+ GError **error_r);
void mapper_finish(void);