summaryrefslogtreecommitdiff
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index d62ac14ade..b2dbc1ab53 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -62,5 +62,6 @@ void audio_set_track_buffer_event(void (*handler)(struct mp3entry *id3,
62 bool last_track)); 62 bool last_track));
63void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3, 63void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3,
64 bool last_track)); 64 bool last_track));
65void audio_set_cuesheet_callback(bool (*handler)(const char *filename));
65 66
66#endif 67#endif