summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 8b2d02ea30..8aaf76f73c 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -232,7 +232,6 @@ enum {
232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename); 232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename);
233bool mp3info(struct mp3entry *entry, const char *filename); 233bool mp3info(struct mp3entry *entry, const char *filename);
234char* id3_get_num_genre(unsigned int genre_num); 234char* id3_get_num_genre(unsigned int genre_num);
235char* id3_get_codec(const struct mp3entry* id3);
236int getid3v2len(int fd); 235int getid3v2len(int fd);
237void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig); 236void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig);
238void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig); 237void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig);