summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/playback.h b/apps/playback.h
index f0ae9eae42..ac3765150d 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -60,6 +60,9 @@ struct track_info {
60 int playlist_offset; /* File location in playlist */ 60 int playlist_offset; /* File location in playlist */
61}; 61};
62 62
63/* Functions */
64void audio_set_track_changed_event(void (*handler)(struct track_info *ti));
65
63#endif 66#endif
64 67
65 68