summaryrefslogtreecommitdiff
path: root/firmware/export/mp3_playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mp3_playback.h')
-rw-r--r--firmware/export/mp3_playback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mp3_playback.h b/firmware/export/mp3_playback.h
index 9eb1d882ff..12ef734bfe 100644
--- a/firmware/export/mp3_playback.h
+++ b/firmware/export/mp3_playback.h
@@ -51,7 +51,7 @@ void demand_irq_enable(bool on);
51 51
52/* new functions, exported to plugin API */ 52/* new functions, exported to plugin API */
53void mp3_play_init(void); 53void mp3_play_init(void);
54void mp3_play_data(unsigned char* start, int size, 54void mp3_play_data(const unsigned char* start, int size,
55 void (*get_more)(unsigned char** start, int* size) /* callback fn */ 55 void (*get_more)(unsigned char** start, int* size) /* callback fn */
56); 56);
57void mp3_play_pause(bool play); 57void mp3_play_pause(bool play);