summaryrefslogtreecommitdiff
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-15 15:32:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-15 15:32:49 +0000
commitd815ad60355558eddbfc338c481aa83fdf0a1e43 (patch)
tree25bb49940c354fc6ba9d50cb4505933646d1cd81 /firmware/export/mpeg.h
parentce1c93d628280dcbbbaac7a43f43dbb81008ea03 (diff)
Added mpeg_next_track(), which returns a pointer to the id3 struct of the
upcoming song (if available). Now we just need a WPS patch to make it possibly to display info based on this! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4240 a1c6a512-1295-4272-9138-f99709370657
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 ff003e62f5..5625b03464 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -71,6 +71,7 @@ void mpeg_prev(void);
void mpeg_ff_rewind(int newtime);
void mpeg_flush_and_reload_tracks(void);
struct mp3entry* mpeg_current_track(void);
+struct mp3entry* mpeg_next_track(void);
bool mpeg_has_changed_track(void);
int mpeg_status(void);
#if defined(HAVE_MAS3587F) || defined(SIMULATOR)