summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-23 16:35:59 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-23 16:35:59 +0200
commit7c7436da5f2e7d230e379c444c77298b99ed90ac (patch)
treeb8b867bc88e7805bcecca58fcb81879d40a7cab8 /streamer.h
parent50208fdf54d7afaf8b42abc511ddc675b9475184 (diff)
after switching to shuffle-albums mode, while playing a track, mark all previous album tracks as played
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/streamer.h b/streamer.h
index a0414e46..8703c661 100644
--- a/streamer.h
+++ b/streamer.h
@@ -127,4 +127,7 @@ streamer_dsp_postinit (void);
int
streamer_dsp_chain_save (const char *fname, ddb_dsp_context_t *chain);
+void
+streamer_notify_order_changed (int prev_order, int new_order);
+
#endif // __STREAMER_H