From 360ae3ebdcfb5392fad4383b90248f15f563694f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Aug 2002 13:20:03 +0000 Subject: Magnus Holmgren's fix that now enables us to toggle shuffle on/off from the menu and it'll "take effect" immediately when needing to reload the playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1526 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index 59e0a78bf6..3d37c5da5f 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -41,6 +41,7 @@ extern bool playlist_shuffle; void play_list(char *dir, char *file); char* playlist_next(int steps, char *dirname); void randomise_playlist( playlist_info_t *playlist, unsigned int seed ); +void sort_playlist( playlist_info_t *playlist ); void empty_playlist( playlist_info_t *playlist ); void add_indices_to_playlist( playlist_info_t *playlist ); -- cgit v1.2.3