summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-05 12:48:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-05 12:48:17 +0000
commit6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa (patch)
treedb32c2e733feab1dff292b34a223c406b587e8f5 /apps/playlist.h
parent75447f6d413286e2925f7b44cb53753f34590c02 (diff)
downloadrockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.zip
rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.gz
rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.bz2
rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.xz
Relative path playlist patch by Mat Pritchard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 273a612..f352cb8 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -38,7 +38,7 @@ extern playlist_info_t playlist;
extern bool playlist_shuffle;
void play_list(char *dir, char *file);
-char* playlist_next(int steps);
+char* playlist_next(int steps, char *dirname);
void randomise_playlist( playlist_info_t *playlist, unsigned int seed );
void empty_playlist( playlist_info_t *playlist );
void add_indices_to_playlist( playlist_info_t *playlist );