From caec53c0d1a4d3870fb89fb7bf23507224fccb55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 19 May 2004 08:30:48 +0000 Subject: next-song support added to WPS, using new tags, and killed some trailing whitespace git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4643 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/wps-display.h') diff --git a/apps/wps-display.h b/apps/wps-display.h index 12eed07c8f..7e5df59b5e 100644 --- a/apps/wps-display.h +++ b/apps/wps-display.h @@ -33,8 +33,9 @@ #define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL) -bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mode); -bool wps_display(struct mp3entry* id3); +bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3, + int ffwd_offset, unsigned char refresh_mode); +bool wps_display(struct mp3entry* id3, struct mp3entry* nid3); bool wps_load(char* file, bool display); void wps_reset(void); char* wps_get_genre(struct mp3entry* id3); -- cgit v1.2.3