summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-19 08:30:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-19 08:30:48 +0000
commitcaec53c0d1a4d3870fb89fb7bf23507224fccb55 (patch)
tree394982033c12607f1778fe18d65d66d5a583968e /apps/wps-display.h
parente4c1667979b9c320b1e24acb6c5db84711b3862e (diff)
downloadrockbox-caec53c0d1a4d3870fb89fb7bf23507224fccb55.tar.gz
rockbox-caec53c0d1a4d3870fb89fb7bf23507224fccb55.zip
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
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h5
1 files changed, 3 insertions, 2 deletions
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 @@
33#define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL) 33#define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL)
34 34
35 35
36bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mode); 36bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3,
37bool wps_display(struct mp3entry* id3); 37 int ffwd_offset, unsigned char refresh_mode);
38bool wps_display(struct mp3entry* id3, struct mp3entry* nid3);
38bool wps_load(char* file, bool display); 39bool wps_load(char* file, bool display);
39void wps_reset(void); 40void wps_reset(void);
40char* wps_get_genre(struct mp3entry* id3); 41char* wps_get_genre(struct mp3entry* id3);