summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-12 19:48:14 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-12 19:48:14 +0100
commit05b8e93059778fafb922846a2f8b516db94deaf6 (patch)
tree7841df002ed07a6628f137aa138edd47e5de75d4 /playlist.h
parent5a4aeb4e31115e65f07613fa854d9638592cbaf3 (diff)
added support for shuffle albums
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index d8fdb6c9..bc429b23 100644
--- a/playlist.h
+++ b/playlist.h
@@ -349,4 +349,10 @@ pl_items_copy_junk (struct playItem_s *from, struct playItem_s *first, struct pl
struct DB_metaInfo_s *
pl_get_metadata (playItem_t *it);
+void
+pl_set_order (int order);
+
+int
+pl_get_order (void);
+
#endif // __PLAYLIST_H