summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/streamer.h b/streamer.h
index 2607c292..10071865 100644
--- a/streamer.h
+++ b/streamer.h
@@ -19,7 +19,10 @@ streamer_lock (void);
void
streamer_unlock (void);
+// pstate indicates what to do with playback
+// -1 means "don't do anything"
+// otherwise "set state to this value"
void
-streamer_set_nextsong (int song);
+streamer_set_nextsong (int song, int pstate);
#endif // __STREAMER_H