summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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