From 6194255e4ba17aaeb324a5e979245e7a52065c28 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 30 Aug 2010 20:57:21 +0200 Subject: added resume_last_session option --- streamer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'streamer.h') 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); -- cgit v1.2.3