summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/playlist.h b/playlist.h
index 3bde133c..23f74459 100644
--- a/playlist.h
+++ b/playlist.h
@@ -304,9 +304,6 @@ pl_select_all (void);
void
plt_reshuffle (playlist_t *playlist, playItem_t **ppmin, playItem_t **ppmax);
-void
-pl_reshuffle (playItem_t **ppmin, playItem_t **ppmax);
-
// required to calculate total playtime
void
plt_set_item_duration (playlist_t *playlist, playItem_t *it, float duration);
@@ -437,4 +434,7 @@ pl_get_order (void);
playlist_t *
pl_get_playlist (playItem_t *it);
+void
+plt_init_shuffle_albums (playlist_t *plt, int r);
+
#endif // __PLAYLIST_H