From 1e5119b77bda5f67ad032a9587ead2d311b0767a Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 5 Jul 2005 19:33:33 +0000 Subject: 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 --- apps/wps-display.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/wps-display.h') 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 @@ #define WPS_REFRESH_NON_STATIC (WPS_REFRESH_ALL & ~WPS_REFRESH_STATIC & ~WPS_REFRESH_SCROLL) +void wps_format_time(char* buf, int buf_size, long time); 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); -- cgit v1.2.3