From d0ac939c4948e3276e48954cafb0d73c74400618 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 9 Aug 2008 17:19:03 +0200 Subject: - Add lookup for album directory. --- include/mp3fs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mp3fs.h b/include/mp3fs.h index 847f047..9436966 100644 --- a/include/mp3fs.h +++ b/include/mp3fs.h @@ -52,6 +52,7 @@ void mp3_lookup_finish(struct lookuphandle *); void mp3_lookup_artist(const char *, struct filler_data *); void mp3_lookup_genre(const char *, struct filler_data *); +void mp3_lookup_album(const char *, struct filler_data *); char *mp3_gettoken(const char *, int); int mp3_numtoken(const char *); -- cgit v1.2.3