summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-22 01:38:41 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-22 01:38:41 +0000
commitbdaf5884caa72457fd2602ea7a1f220d3bd18298 (patch)
tree53ac59923918941119a4e3f8927aef08872ec4b3 /firmware/export/id3.h
parent1c6ba0adacf88f23ef81961ffcc7db14d6428159 (diff)
downloadrockbox-bdaf5884caa72457fd2602ea7a1f220d3bd18298.tar.gz
rockbox-bdaf5884caa72457fd2602ea7a1f220d3bd18298.zip
Moved genre list and access function to id3.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4692 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h1
1 files changed, 1 insertions, 0 deletions
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 {
75}; 75};
76 76
77bool mp3info(struct mp3entry *entry, char *filename); 77bool mp3info(struct mp3entry *entry, char *filename);
78char* id3_get_genre(struct mp3entry* id3);
78 79
79#endif 80#endif