From bdaf5884caa72457fd2602ea7a1f220d3bd18298 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 22 May 2004 01:38:41 +0000 Subject: Moved genre list and access function to id3.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4692 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 48a56f231a..6e53e4c66c 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -75,5 +75,6 @@ enum { }; bool mp3info(struct mp3entry *entry, char *filename); +char* id3_get_genre(struct mp3entry* id3); #endif -- cgit v1.2.3