summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-07-05 19:33:33 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-07-05 19:33:33 +0000
commit1e5119b77bda5f67ad032a9587ead2d311b0767a (patch)
tree8b83c755a9b7c065935e95db8e328d2e82db6e61 /apps/wps-display.h
parent3e33a0f8ee62dc37e6e028e5dcb39b91e0e0d154 (diff)
downloadrockbox-1e5119b77bda5f67ad032a9587ead2d311b0767a.tar.gz
rockbox-1e5119b77bda5f67ad032a9587ead2d311b0767a.zip
Show the same information in the ID3 browser as in the WPS screen; use string version of tags if available, format time in the same way.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7029 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 7f7976370a..2c5651fbe2 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -33,6 +33,7 @@
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
36void wps_format_time(char* buf, int buf_size, long time);
36bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3, 37bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3,
37 int ffwd_offset, unsigned char refresh_mode); 38 int ffwd_offset, unsigned char refresh_mode);
38bool wps_display(struct mp3entry* id3, struct mp3entry* nid3); 39bool wps_display(struct mp3entry* id3, struct mp3entry* nid3);