From fabdd384e610e0b6d744eaea361c1045df390065 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 30 Oct 2007 17:38:21 +0000 Subject: Make the playlist catalog use the following settings as appropriate: show filename extensions, load last bookmark, party mode and warn when erasing dynamic playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15378 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/filetree.h') diff --git a/apps/filetree.h b/apps/filetree.h index 66fbbb579a..c9d1157fe9 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -24,5 +24,6 @@ int ft_load(struct tree_context* c, const char* tempdir); int ft_enter(struct tree_context* c); int ft_exit(struct tree_context* c); int ft_build_playlist(struct tree_context* c, int start_index); +bool ft_play_playlist(char* pathname, char* dirname, char* filename); #endif -- cgit