diff options
Diffstat (limited to '')
-rw-r--r-- | src/mapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapper.h b/src/mapper.h index f109de0bd..3575a0e9d 100644 --- a/src/mapper.h +++ b/src/mapper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -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); |