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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 10f8002db6..8a79cb0ce1 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -74,7 +74,7 @@ enum {
74 ID3_VER_2_4 74 ID3_VER_2_4
75}; 75};
76 76
77bool mp3info(struct mp3entry *entry, char *filename, bool v1first); 77bool mp3info(struct mp3entry *entry, const char *filename, bool v1first);
78char* id3_get_genre(struct mp3entry* id3); 78char* id3_get_genre(const struct mp3entry* id3);
79 79
80#endif 80#endif