From 839dbcaed7ea135dcc0812de76f9ff5c1dc924f5 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Mon, 4 Jul 2005 22:50:57 +0000 Subject: Moved resume info updating to the mpeg/playback threads so that it's saved even when not in the WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7018 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index 5346cc8663..eee8bf5945 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -23,6 +23,7 @@ #include #include "file.h" #include "kernel.h" +#include "id3.h" /* playlist data */ @@ -79,6 +80,7 @@ bool playlist_check(int steps); char *playlist_peek(int steps); int playlist_next(int steps); int playlist_get_resume_info(int *resume_index); +int playlist_update_resume_info(const struct mp3entry* id3); int playlist_get_display_index(void); int playlist_amount(void); -- cgit v1.2.3