summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-20 19:21:55 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-20 19:21:55 +0200
commit677a6e08e3c47de72257ccd03c75a07c4cd63812 (patch)
tree951c76ac5379489023938df5094adf3eed605bb8 /playlist.h
parentb27d52578f21130ba5480e44468427528be53b17 (diff)
fixed reshuffling playlist that is not current
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index abd9fc03..2b5d24df 100644
--- a/playlist.h
+++ b/playlist.h
@@ -225,6 +225,9 @@ void
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