summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
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