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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 38494044fa..cc0d422e7a 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -138,5 +138,7 @@ bool mp3info(struct mp3entry *entry, const char *filename, bool v1first);
138char* id3_get_genre(const struct mp3entry* id3); 138char* id3_get_genre(const struct mp3entry* id3);
139char* id3_get_codec(const struct mp3entry* id3); 139char* id3_get_codec(const struct mp3entry* id3);
140int getid3v2len(int fd); 140int getid3v2len(int fd);
141void adjust_mp3entry(struct mp3entry *entry, void *dest, void *orig);
142void copy_mp3entry(struct mp3entry *dest, struct mp3entry *orig);
141 143
142#endif 144#endif