summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-18 19:36:42 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-18 19:36:42 +0200
commit9cededd13631d65ca000bab0af2e03d124cff147 (patch)
tree6bde145ea44fb4469fc522e71ef958ad19b9a7b4 /streamer.h
parent3521608a59f6264f1acf0efb69a51ee314795c0d (diff)
mp3/cue works
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 9a3fbc1c..34e5fb02 100644
--- a/streamer.h
+++ b/streamer.h
@@ -49,6 +49,9 @@ streamer_set_seek (float pos);
int
streamer_get_fill (void);
+int
+streamer_ok_to_read (int len);
+
float
streamer_get_playpos (void);