diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:10:41 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:10:41 +0100 |
commit | 65e56d6b071c42dfedd4a0b0c28e627465c67295 (patch) | |
tree | 82b531d5a77278c0e9f8d63036ba9ff77e60a7f1 /src/input/input_plugin.h | |
parent | be3a453c296d3999f1a93ba26b43b995eeb41a2f (diff) | |
parent | ad2a7e4b516086d2dffc83e0f31a017b731d6f34 (diff) | |
download | xine-lib-65e56d6b071c42dfedd4a0b0c28e627465c67295.tar.gz xine-lib-65e56d6b071c42dfedd4a0b0c28e627465c67295.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 370dc6a71..11e1303e7 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -115,6 +115,8 @@ struct input_plugin_s { /* * read nlen bytes, return number of bytes read + * Should block until some bytes available for read; + * a return value of 0 indicates no data available */ off_t (*read) (input_plugin_t *this, char *buf, off_t nlen); |