From 107ebc5ba950acee1108a5cb52f25be371b2ec8f Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Mon, 26 Jan 2004 17:05:21 +0000 Subject: Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist_viewer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/playlist_viewer.h') diff --git a/apps/playlist_viewer.h b/apps/playlist_viewer.h index ecc5197..69f9d03 100644 --- a/apps/playlist_viewer.h +++ b/apps/playlist_viewer.h @@ -22,5 +22,6 @@ #define _PLAYLIST_VIEWER_H_ bool playlist_viewer(void); +bool playlist_viewer_ex(char* filename); #endif -- cgit v1.1