summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/streamer.h b/streamer.h
index e3a35127..3bcdbe49 100644
--- a/streamer.h
+++ b/streamer.h
@@ -98,9 +98,16 @@ streamer_move_to_randomsong (void);
struct DB_fileinfo_s *
streamer_get_current_fileinfo (void);
+void
+streamer_set_current_playlist (int plt);
+
int
streamer_get_current_playlist (void);
+// returns track index in current streamer playlist
+int
+str_get_idx_of (playItem_t *it);
+
void
streamer_notify_playlist_deleted (playlist_t *plt);