summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-30 20:57:21 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-30 20:57:21 +0200
commit6194255e4ba17aaeb324a5e979245e7a52065c28 (patch)
tree05059b97c63bd3327d1066ff98a49e53b6297e6a /streamer.h
parent408470584ac4bd3aba322a3d6557fccdac24c790 (diff)
added resume_last_session option
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);